summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorDenis Osterland-Heim <denis.osterland@diehl.com>2021-04-07 13:54:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-04-09 15:35:35 +0200
commit0fedf77b4c99de9c25376d9b2074205cb2f806d2 (patch)
treece75ed6d347a3af8976d02ef226b8617492e9226 /rules
parent11f466dc427625ad0c0aba7daf00fbfb6c722315 (diff)
downloadptxdist-0fedf77b4c99de9c25376d9b2074205cb2f806d2.tar.gz
ptxdist-0fedf77b4c99de9c25376d9b2074205cb2f806d2.tar.xz
host-libcurl: enable http(s) support
Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210407115450.21355-1-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-libcurl.in1
-rw-r--r--rules/host-libcurl.make4
2 files changed, 3 insertions, 2 deletions
diff --git a/rules/host-libcurl.in b/rules/host-libcurl.in
index dfce3ab95..cd4b4ceb0 100644
--- a/rules/host-libcurl.in
+++ b/rules/host-libcurl.in
@@ -2,4 +2,5 @@
config HOST_LIBCURL
tristate
+ select HOST_OPENSSL
default y if ALLYES
diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make
index dc28de778..1a2a1fcf5 100644
--- a/rules/host-libcurl.make
+++ b/rules/host-libcurl.make
@@ -61,7 +61,7 @@ HOST_LIBCURL_CONF_OPT := \
--without-librtmp \
\
--disable-ares \
- --disable-http \
+ --enable-http \
--disable-nghttp2 \
--disable-cookies \
--disable-ftp \
@@ -69,7 +69,7 @@ HOST_LIBCURL_CONF_OPT := \
--disable-file \
--disable-crypto-auth \
--disable-libssh2 \
- --without-ssl
+ --with-ssl
$(STATEDIR)/host-libcurl.install:
@$(call targetinfo)