From a2b683d3b09bbdafacf2fc0889655243b0f7c193 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 30 Dec 2007 02:41:28 +0000 Subject: [PATCH] Enable ipv6, fixes httpd compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@10041 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/apr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 323fbc92b..61821162e 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 \ -- 2.11.0