summaryrefslogtreecommitdiffstats
path: root/net/appweb/patches/001-add-ipv6-in-configure.patch
blob: c927cbfc79038326e743de35a5ad9ba8715f6d0d (plain)
1
2
3
4
5
6
7
8
9
10
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)