aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2019-01-03 13:33:02 +0100
committerwsnipex <wsnipex@a1.net>2019-01-04 12:51:45 +0100
commit6285fb4b074ba93e90a772a7fdfa3a3801625321 (patch)
treef0011907d9dfd1c32dc402917645e5a8ed5bd850 /tools/depends/target/curl
parent195fd1cdfc2c3384586468a573de6c1deed5bc86 (diff)
[depends] add http2 support to curl via nghttp2
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r--tools/depends/target/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile
index 0cc2a931c6..4a3355a6f8 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -10,7 +10,7 @@ ARCHIVE=$(SOURCE).tar.bz2
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
./configure --prefix=$(PREFIX) --disable-shared --disable-ldap \
--without-libssh2 --disable-ntlm-wb --enable-ipv6 --without-librtmp \
- --with-ca-fallback --with-ssl=$(PREFIX)
+ --with-ca-fallback --with-ssl=$(PREFIX) --with-nghttp2=$(PREFIX)
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a