181b229d9a44b1db1fed47577926e5eeb8cce3fb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bind / 0001-disable-tests.patch
1 Disable tests to avoid cross-compilation issues (tries to run genrandom).
2
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
5 diff -Nura bind-9.9.4-P2.orig/bin/Makefile.in bind-9.9.4-P2/bin/Makefile.in
6 --- bind-9.9.4-P2.orig/bin/Makefile.in  2013-12-19 21:28:28.000000000 -0300
7 +++ bind-9.9.4-P2/bin/Makefile.in       2014-01-17 11:41:25.378784210 -0300
8 @@ -19,7 +19,7 @@
9  VPATH =                @srcdir@
10  top_srcdir =   @top_srcdir@
11  
12 -SUBDIRS =      named rndc dig dnssec tools tests nsupdate \
13 +SUBDIRS =      named rndc dig dnssec tools nsupdate \
14                 check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
15  TARGETS =
16  
17 diff -Nura bind-9.9.4-P2.orig/lib/Makefile.in bind-9.9.4-P2/lib/Makefile.in
18 --- bind-9.9.4-P2.orig/lib/Makefile.in  2013-12-19 21:28:28.000000000 -0300
19 +++ bind-9.9.4-P2/lib/Makefile.in       2014-01-17 11:41:30.489954861 -0300
20 @@ -23,7 +23,7 @@
21  # Attempt to disable parallel processing.
22  .NOTPARALLEL:
23  .NO_PARALLEL:
24 -SUBDIRS =      isc isccc dns isccfg bind9 lwres tests
25 +SUBDIRS =      isc isccc dns isccfg bind9 lwres
26  TARGETS =
27  
28  @BIND9_MAKE_RULES@