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