diff options
author | Rechi <Rechi@users.noreply.github.com> | 2016-05-08 19:45:07 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2016-05-14 15:32:50 +0200 |
commit | c5a2a80b889ce64eded769762363b5b467f8bf74 (patch) | |
tree | 850de08b1ee2a78450e0c0c3c8a0c29a6c5b730b /tools/depends/target/curl | |
parent | 96c4c5d5e334d17824a030724bef95f225e5bc59 (diff) |
[depends/curl] enable IPv6
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r-- | tools/depends/target/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index f82de26c83..e641a9d9e3 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -13,7 +13,7 @@ ARCHIVE=$(SOURCE).tar.bz2 # configuration settings CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ ./configure --prefix=$(PREFIX) \ - --without-libssh2 --disable-ntlm-wb + --without-libssh2 --disable-ntlm-wb --enable-ipv6 LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |