summaryrefslogtreecommitdiff
path: root/package/bind/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:54:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:55:25 +0200
commit914525ec73d3466359575433c1575e6f57f0c8ae (patch)
tree251b644cfb3a6c2503da740dd93b0a828892aafd /package/bind/patches
parent23c39ed2658699a56627e2609908348d4a1f9b36 (diff)
update to latest upstream
Diffstat (limited to 'package/bind/patches')
-rw-r--r--package/bind/patches/patch-bin_Makefile_in11
-rw-r--r--package/bind/patches/patch-ltmain_sh11
2 files changed, 11 insertions, 11 deletions
diff --git a/package/bind/patches/patch-bin_Makefile_in b/package/bind/patches/patch-bin_Makefile_in
new file mode 100644
index 000000000..51f748331
--- /dev/null
+++ b/package/bind/patches/patch-bin_Makefile_in
@@ -0,0 +1,11 @@
+--- bind-9.9.5.orig/bin/Makefile.in 2014-01-27 19:58:24.000000000 +0100
++++ bind-9.9.5/bin/Makefile.in 2014-06-11 12:29:24.000000000 +0200
+@@ -19,7 +19,7 @@ srcdir = @srcdir@
+ VPATH = @srcdir@
+ top_srcdir = @top_srcdir@
+
+-SUBDIRS = named rndc dig dnssec tools tests nsupdate \
++SUBDIRS = named rndc dig dnssec tools nsupdate \
+ check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
+ TARGETS =
+
diff --git a/package/bind/patches/patch-ltmain_sh b/package/bind/patches/patch-ltmain_sh
deleted file mode 100644
index 30b126894..000000000
--- a/package/bind/patches/patch-ltmain_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.