summaryrefslogtreecommitdiff
path: root/package/bind
diff options
context:
space:
mode:
Diffstat (limited to 'package/bind')
-rw-r--r--package/bind/Makefile4
-rw-r--r--package/bind/patches/patch-ltmain_sh11
2 files changed, 13 insertions, 2 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile
index fdde3bf10..278982c4b 100644
--- a/package/bind/Makefile
+++ b/package/bind/Makefile
@@ -24,8 +24,8 @@ PKGSD_BIND_DNSSEC:= dnssec utilities
PKGSD_BIND_HOST:= host utility
PKGSD_BIND_DIG:= dig utility
-PKG_FLAVOURS:= WITH_IPV6
-PKGFD_WITH_IPV6:= enable IPv6 support
+PKG_FLAVOURS_BIND_SERVER:= WITH_IPV6
+PKGFD_WITH_IPV6:= enable IPv6 support
include ${TOPDIR}/mk/package.mk
diff --git a/package/bind/patches/patch-ltmain_sh b/package/bind/patches/patch-ltmain_sh
new file mode 100644
index 000000000..30b126894
--- /dev/null
+++ b/package/bind/patches/patch-ltmain_sh
@@ -0,0 +1,11 @@
+--- bind-9.7.0.orig/ltmain.sh 2009-01-19 02:38:41.000000000 +0100
++++ bind-9.7.0/ltmain.sh 2011-01-14 18:53:09.000000000 +0100
+@@ -1706,7 +1706,7 @@ EOF
+ # -F/path gives path to uninstalled frameworks, gcc on darwin
+ # @file GCC response files
+ -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
++ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
+
+ # Unknown arguments in both finalize_command and compile_command need
+ # to be aesthetically quoted because they are evaled later.