[packages] curl: enable IPv6 if CONFIG_IPV6 is set (#8547)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24986 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-01-14 11:41:11 +00:00
parent a057d135e8
commit 89a970759d

View 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" \