From: Florian Fainelli Date: Sun, 30 Dec 2007 02:41:28 +0000 (+0000) Subject: Enable ipv6, fixes httpd compilation X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d0d51027e846aa0082a033f9d6457d3dc97d1ee3 Enable ipv6, fixes httpd compilation SVN-Revision: 10041 --- diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 323fbc92b3..61821162ea 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -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 \