From d0d51027e846aa0082a033f9d6457d3dc97d1ee3 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 30 Dec 2007 02:41:28 +0000 Subject: [PATCH] Enable ipv6, fixes httpd compilation SVN-Revision: 10041 --- libs/apr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2