Enable ipv6, fixes httpd compilation
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 02:41:28 +0000 (02:41 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 02:41:28 +0000 (02:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10041 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/apr/Makefile

index 323fbc9..6182116 100644 (file)
@@ -31,7 +31,7 @@ endef
 CONFIGURE_ARGS += \
        --with-devrandom=/dev/urandom \
        --disable-dso \
-       --disable-ipv6
+       --enable-ipv6
 
 CONFIGURE_VARS += \
        ac_cv_file__dev_zero=yes \