From dbfd99eb4c18001472561a2de25332a60e50e238 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Sat, 17 Apr 2010 20:20:53 +0000 Subject: [PATCH] lighttpd: Fix missing IPv6 support (#7173) SVN-Revision: 20963 --- net/lighttpd/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 423c8cc72..2ee5e3427 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -228,6 +228,11 @@ ifneq ($(CONFIG_LARGEFILE),y) --disable-lfs endif +ifeq ($(CONFIG_IPV6),y) + CONFIGURE_ARGS+= \ + --enable-ipv6 +endif + ifneq ($(SDK)$(CONFIG_PACKAGE_lighttpd-mod-webdav),) CONFIGURE_ARGS+= \ --with-webdav-locks \ -- 2.30.2