packages/net/bind/patches/001-no-tests.patch
swalker ca64c52216 [packages] bind: update to 9.9.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 05:22:12 +00:00

23 lines
567 B
Diff

--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -19,7 +19,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+SUBDIRS = named rndc dig dnssec tools nsupdate \
check confgen @PKCS11_TOOLS@
TARGETS =
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
# 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@