Files
openwrt_archive/net/appweb/patches/001-add-ipv6-in-configure.patch
Jo-Philipp Wich 499806b692 appweb: restore autconf compat patch ()
SVN-Revision: 35226
2013-01-18 14:20:49 +00:00

12 lines
286 B
Diff

--- a/configure
+++ b/configure
@@ -2503,6 +2503,8 @@ while [ "${1#--}" != "$1" ] ; do
#
# Ignored but provided for compatibility with autoconf
#
+ disable-ipv6|enable-ipv6)
+ ;;
bindir=*|libdir=*|libexecdir=*|moddir=*)
;;
disable-nls|enable-nls)