[package] re-enable ipv6 in apr (#5608)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17104 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-08-03 14:53:36 +00:00
parent b736d43989
commit 3d60139203

View File

@ -30,7 +30,8 @@ endef
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--with-devrandom=/dev/urandom \
--disable-dso
--disable-dso \
--enable-ipv6
CONFIGURE_VARS += \
apr_cv_process_shared_works=no \