summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/lighttpd.in6
-rw-r--r--rules/lighttpd.make7
2 files changed, 1 insertions, 12 deletions
diff --git a/rules/lighttpd.in b/rules/lighttpd.in
index 5febb36de..7df9face5 100644
--- a/rules/lighttpd.in
+++ b/rules/lighttpd.in
@@ -46,12 +46,6 @@ config LIGHTTPD_LFS
help
Turn on Large File System.
-config LIGHTTPD_IPV6
- bool
- prompt "IPv6 support"
- help
- Enable IPv6 support.
-
config LIGHTTPD_MYSQL
bool
# prompt "MySQL support"
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index fd247aebe..12a33da2b 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -44,6 +44,7 @@ LIGHTTPD_ENV := $(CROSS_ENV)
#
LIGHTTPD_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_IPV6_OPTION) \
--without-valgrind
ifdef PTXCONF_LIGHTTPD_ZLIB
@@ -64,12 +65,6 @@ else
LIGHTTPD_AUTOCONF += --disable-lfs
endif
-ifdef PTXCONF_LIGHTTPD_IPV6
-LIGHTTPD_AUTOCONF += --enable-ipv6
-else
-LIGHTTPD_AUTOCONF += --disable-ipv6
-endif
-
ifdef PTXCONF_LIGHTTPD_MYSQL
LIGHTTPD_AUTOCONF += --with-mysql=FIXME
else