[package] re-enable ipv6 in apr (#5608)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 Aug 2009 14:53:36 +0000 (14:53 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 Aug 2009 14:53:36 +0000 (14:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17104 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/apr/Makefile

index 85e5ce0..a53570a 100644 (file)
@@ -30,7 +30,8 @@ endef
 TARGET_CFLAGS += $(FPIC)
 CONFIGURE_ARGS += \
        --with-devrandom=/dev/urandom \
-       --disable-dso
+       --disable-dso \
+       --enable-ipv6
 
 CONFIGURE_VARS += \
        apr_cv_process_shared_works=no \