From: florian Date: Tue, 7 Aug 2012 16:09:09 +0000 (+0000) Subject: [package] appweb: fix build when IPv6 support is disable (#7897) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=831aa489f3b66b8588203ad1cb22982c921c9006;p=packages.git [package] appweb: fix build when IPv6 support is disable (#7897) git-svn-id: svn://svn.openwrt.org/openwrt/packages@33040 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 index 000000000..c6bc95ca1 --- /dev/null +++ b/net/appweb/patches/001-add-ipv6-in-configure.patch @@ -0,0 +1,11 @@ +--- appweb-3.2.2-1/configure 2011-01-24 11:09:55.000000000 -0800 ++++ appweb-3.2.2-1-patched/configure 2011-01-24 11:09:47.000000000 -0800 +@@ -2498,6 +2498,8 @@ + # + # Ignored but provided for compatibility with autoconf + # ++ disable-ipv6|enable-ipv6) ++ ;; + bindir=*|libdir=*|libexecdir=*|moddir=*) + ;; + disable-nls|enable-nls)