projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43ff3f
)
lighttpd: Fix missing IPv6 support (#7173)
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Sat, 17 Apr 2010 20:20:53 +0000
(20:20 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Sat, 17 Apr 2010 20:20:53 +0000
(20:20 +0000)
SVN-Revision: 20963
net/lighttpd/Makefile
patch
|
blob
|
history
diff --git
a/net/lighttpd/Makefile
b/net/lighttpd/Makefile
index 423c8cc72e75621be0033fa23c6836d935b5a7c7..2ee5e34270053ad5146d2584b8901cc854f69b53 100644
(file)
--- 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 \