From 622684a9bc23ce39773867d46d94802357aca3c5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 14 Jan 2011 11:41:11 +0000 Subject: [PATCH] [packages] curl: enable IPv6 if CONFIG_IPV6 is set (#8547) SVN-Revision: 24986 --- libs/curl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/curl/Makefile b/libs/curl/Makefile index db6617b5be..356be50f51 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -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" \ -- 2.30.2