Enable ipv6, fixes httpd compilation
authorFlorian Fainelli <florian@openwrt.org>
Sun, 30 Dec 2007 02:41:28 +0000 (02:41 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 30 Dec 2007 02:41:28 +0000 (02:41 +0000)
SVN-Revision: 10041

libs/apr/Makefile

index 323fbc92b31eaa6783ea13f56b746e80e21cd7f3..61821162eaf0a30ad54e8f0983320aa47c84f19f 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 \