Skip to content

Commit

Permalink
bind-latest: fix delete test patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Dec 5, 2012
1 parent d17aa7e commit af9405b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions net/bind-latest/patches/001-no-need-for-tests.patch
@@ -1,13 +1,13 @@
diff --git a/bin/Makefile.in b/bin/Makefile.in
index d263d79..4a7e9df 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -19,7 +19,7 @@ srcdir = @srcdir@
--- a/bin/Makefile.in 2012-10-25 21:50:34.000000000 -0700
+++ a/bin/Makefile.in 2012-12-05 10:37:44.780297660 -0800
@@ -19,8 +19,8 @@
VPATH = @srcdir@
top_srcdir = @top_srcdir@

-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
- check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
+SUBDIRS = named rndc dig dnssec tools nsupdate \
check confgen @PKCS11_TOOLS@
+ check confgen @PKCS11_TOOLS@
TARGETS =

@BIND9_MAKE_RULES@

0 comments on commit af9405b

Please sign in to comment.