Merge branch 'master' into trunk/luizluca
[feed/packages.git] / net / bind / patches / 001-no-tests.patch
1 Index: bind-9.9.4/bin/Makefile.in
2 ===================================================================
3 --- bind-9.9.4.orig/bin/Makefile.in
4 +++ bind-9.9.4/bin/Makefile.in
5 @@ -19,7 +19,7 @@ srcdir = @srcdir@
6 VPATH = @srcdir@
7 top_srcdir = @top_srcdir@
8
9 -SUBDIRS = named rndc dig dnssec tools tests nsupdate \
10 +SUBDIRS = named rndc dig dnssec tools nsupdate \
11 check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
12 TARGETS =
13
14 Index: bind-9.9.4/lib/Makefile.in
15 ===================================================================
16 --- bind-9.9.4.orig/lib/Makefile.in
17 +++ bind-9.9.4/lib/Makefile.in
18 @@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
19 # Attempt to disable parallel processing.
20 .NOTPARALLEL:
21 .NO_PARALLEL:
22 -SUBDIRS = isc isccc dns isccfg bind9 lwres tests
23 +SUBDIRS = isc isccc dns isccfg bind9 lwres
24 TARGETS =
25
26 @BIND9_MAKE_RULES@