diff options
Diffstat (limited to 'dns/bind9-devel/files/extrapatch-no-bind-tools')
-rw-r--r-- | dns/bind9-devel/files/extrapatch-no-bind-tools | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind9-devel/files/extrapatch-no-bind-tools b/dns/bind9-devel/files/extrapatch-no-bind-tools index 5c29894872dd..0183e6a803ab 100644 --- a/dns/bind9-devel/files/extrapatch-no-bind-tools +++ b/dns/bind9-devel/files/extrapatch-no-bind-tools @@ -1,6 +1,6 @@ Exclude the "tools" from building and installing. ---- bin/Makefile.am.orig 2020-07-20 08:13:37 UTC +--- bin/Makefile.am.orig 2021-01-04 06:21:13 UTC +++ bin/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins @@ -8,10 +8,10 @@ Exclude the "tools" from building and installing. if HAVE_PKCS11 SUBDIRS += pkcs11 ---- bin/tools/Makefile.am.orig 2020-07-20 08:13:37 UTC +--- bin/tools/Makefile.am.orig 2021-01-04 06:21:13 UTC +++ bin/tools/Makefile.am @@ -9,11 +9,7 @@ LDADD = \ - $(LIBDNS_LIBS) + $(LIBISC_LIBS) bin_PROGRAMS = \ - arpaname \ |