appweb: restore autconf compat patch (#7897)
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 18 Jan 2013 14:20:49 +0000 (14:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 18 Jan 2013 14:20:49 +0000 (14:20 +0000)
SVN-Revision: 35226

net/appweb/Makefile
net/appweb/patches/001-add-ipv6-in-configure.patch [new file with mode: 0644]

index 6c81e5293c91a06db5eef478810eed6d02425aee..dc83165af0f61b495ae1e23fce43440b66c17170 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2010 OpenWrt.org
+# Copyright (C) 2009-2013 OpenWrt.org
 # Copyright (C) 2009 Embedthis Software
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -11,7 +11,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=appweb
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 #
 #      Build stable
diff --git a/net/appweb/patches/001-add-ipv6-in-configure.patch b/net/appweb/patches/001-add-ipv6-in-configure.patch
new file mode 100644 (file)
index 0000000..c927cbf
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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)