Enable ipv6, fixes httpd compilation

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10041 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-12-30 02:41:28 +00:00
parent 24981482f6
commit a2b683d3b0

View 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 \