[packages] curl: enable IPv6 if CONFIG_IPV6 is set (#8547)
authorJo-Philipp Wich <[email protected]>
Fri, 14 Jan 2011 11:41:11 +0000 (11:41 +0000)
committerJo-Philipp Wich <[email protected]>
Fri, 14 Jan 2011 11:41:11 +0000 (11:41 +0000)
SVN-Revision: 24986

libs/curl/Makefile

index db6617b5be66de772312c1bfa9b068538c15b86d..356be50f517d8604a58face98d0df4d718b767e4 100644 (file)
@@ -77,6 +77,7 @@ CONFIGURE_ARGS += \
        --without-nss \
        --without-libssh2 \
        --with-zlib="$(STAGING_DIR)/usr" \
+       $(call autoconf_bool,CONFIG_IPV6,ipv6) \
 
 CONFIGURE_VARS += \
        LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \