summaryrefslogtreecommitdiffstats
path: root/package/bind/0001-disable-tests.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-11-28 07:25:27 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-11-28 12:07:52 +0100
commit6045904752b06a8b8e52ba8fc2e49a8548964e8d (patch)
tree7a23da573cbed940cef479c5a9958ae45dd197c0 /package/bind/0001-disable-tests.patch
parent43f86236969f028a9009d6558c25dd612a1d4f16 (diff)
downloadbuildroot-6045904752b06a8b8e52ba8fc2e49a8548964e8d.tar.gz
buildroot-6045904752b06a8b8e52ba8fc2e49a8548964e8d.zip
bind: not available for static builds
Fixes: http://autobuild.buildroot.net/results/e27/e27111f484f72c77d2179fa1a29ea7b5271ff9fa/ While at it rename patches to new convention. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bind/0001-disable-tests.patch')
-rw-r--r--package/bind/0001-disable-tests.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/bind/0001-disable-tests.patch b/package/bind/0001-disable-tests.patch
new file mode 100644
index 0000000000..181b229d9a
--- /dev/null
+++ b/package/bind/0001-disable-tests.patch
@@ -0,0 +1,28 @@
+Disable tests to avoid cross-compilation issues (tries to run genrandom).
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+
+diff -Nura bind-9.9.4-P2.orig/bin/Makefile.in bind-9.9.4-P2/bin/Makefile.in
+--- bind-9.9.4-P2.orig/bin/Makefile.in 2013-12-19 21:28:28.000000000 -0300
++++ bind-9.9.4-P2/bin/Makefile.in 2014-01-17 11:41:25.378784210 -0300
+@@ -19,7 +19,7 @@
+ 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 -Nura bind-9.9.4-P2.orig/lib/Makefile.in bind-9.9.4-P2/lib/Makefile.in
+--- bind-9.9.4-P2.orig/lib/Makefile.in 2013-12-19 21:28:28.000000000 -0300
++++ bind-9.9.4-P2/lib/Makefile.in 2014-01-17 11:41:30.489954861 -0300
+@@ -23,7 +23,7 @@
+ # Attempt to disable parallel processing.
+ .NOTPARALLEL:
+ .NO_PARALLEL:
+-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
++SUBDIRS = isc isccc dns isccfg bind9 lwres
+ TARGETS =
+
+ @BIND9_MAKE_RULES@
OpenPOWER on IntegriCloud