commit 24efa9a6ca4dc7403eda6c6ab03ee7d520d8e901
parent e3515017eb3b4443d591ea9fbb28748e48294be0
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date: Sun, 31 May 2015 11:21:58 +0000
gnurl: Respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/gnurl/Makefile b/net/gnurl/Makefile
@@ -51,7 +51,7 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--disable-debug \
--disable-ares \
- --enable-ipv6 \
+ $(call autoconf_bool,CONFIG_IPV6,ipv6) \
--enable-shared \
--enable-static \
--disable-manual \