[packages] ctorrent libc++ fix
[openwrt/svn-archive/archive.git] / net / bind / patches / 001-no-tests.patch
1 --- a/bin/Makefile.in
2 +++ b/bin/Makefile.in
3 @@ -19,7 +19,7 @@ srcdir = @srcdir@
4 VPATH = @srcdir@
5 top_srcdir = @top_srcdir@
6
7 -SUBDIRS = named rndc dig dnssec tests tools nsupdate \
8 +SUBDIRS = named rndc dig dnssec tools nsupdate \
9 check confgen @PKCS11_TOOLS@
10 TARGETS =
11
12 --- a/lib/Makefile.in
13 +++ b/lib/Makefile.in
14 @@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
15 # Attempt to disable parallel processing.
16 .NOTPARALLEL:
17 .NO_PARALLEL:
18 -SUBDIRS = isc isccc dns isccfg bind9 lwres tests
19 +SUBDIRS = isc isccc dns isccfg bind9 lwres
20 TARGETS =
21
22 @BIND9_MAKE_RULES@