diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:28:55 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-21 04:28:55 (GMT) |
commit | 9d24611da3eb9bacef7b173ab61e03fb0e736c7a (patch) | |
tree | 1e195d0b6c34482eb48d32b030b45a19bae0b565 /abs/core-testing/dnsutils/tools-only.patch | |
parent | 802e91bfa1743c110f39eeffcc6b3e6498abb093 (diff) | |
download | linhes_pkgbuild-9d24611da3eb9bacef7b173ab61e03fb0e736c7a.zip linhes_pkgbuild-9d24611da3eb9bacef7b173ab61e03fb0e736c7a.tar.gz linhes_pkgbuild-9d24611da3eb9bacef7b173ab61e03fb0e736c7a.tar.bz2 |
dns-utils: arch sync, recompile was needed for missing libs
Diffstat (limited to 'abs/core-testing/dnsutils/tools-only.patch')
-rw-r--r-- | abs/core-testing/dnsutils/tools-only.patch | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/abs/core-testing/dnsutils/tools-only.patch b/abs/core-testing/dnsutils/tools-only.patch index f777282..b46b71f 100644 --- a/abs/core-testing/dnsutils/tools-only.patch +++ b/abs/core-testing/dnsutils/tools-only.patch @@ -1,16 +1,19 @@ ---- bind-9.3.1/bin/Makefile.in.orig 2005-05-06 01:52:36.000000000 -0400 -+++ bind-9.3.1/bin/Makefile.in 2005-05-06 01:53:24.000000000 -0400 -@@ -19,7 +19,7 @@ +diff -Naur bind-9.7.1-P2.orig/bin/Makefile.in bind-9.7.1-P2/bin/Makefile.in +--- bind-9.7.1-P2.orig/bin/Makefile.in 2009-10-05 08:07:08.000000000 -0400 ++++ bind-9.7.1-P2/bin/Makefile.in 2010-07-22 15:55:00.000000000 -0400 +@@ -19,8 +19,7 @@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ --SUBDIRS = named rndc dig dnssec tests nsupdate check +-SUBDIRS = named rndc dig dnssec tests tools nsupdate \ +- check confgen @PKCS11_TOOLS@ +SUBDIRS = dig nsupdate TARGETS = @BIND9_MAKE_RULES@ ---- bind-9.3.1/lib/Makefile.in.orig 2005-05-06 02:05:12.000000000 -0400 -+++ bind-9.3.1/lib/Makefile.in 2005-05-06 02:05:35.000000000 -0400 +diff -Naur bind-9.7.1-P2.orig/lib/Makefile.in bind-9.7.1-P2/lib/Makefile.in +--- bind-9.7.1-P2.orig/lib/Makefile.in 2007-06-19 19:47:13.000000000 -0400 ++++ bind-9.7.1-P2/lib/Makefile.in 2010-07-22 15:56:29.000000000 -0400 @@ -23,7 +23,7 @@ # Attempt to disable parallel processing. .NOTPARALLEL: |