diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-05-11 11:06:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-05-11 11:06:07 +0000 |
commit | 371cd8e92019ae29385ac91fa94653d0a555dc32 (patch) | |
tree | 92a79f3efc3c5a5e2e581cffc15ea0e469452a99 /dns/bind9-devel/files/extrapatch-no-bind-tools | |
parent | Update to v5.31.11-21-g6319bad96e. (diff) |
Update to latest commits.
Man pages are back.
Diffstat (limited to 'dns/bind9-devel/files/extrapatch-no-bind-tools')
-rw-r--r-- | dns/bind9-devel/files/extrapatch-no-bind-tools | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dns/bind9-devel/files/extrapatch-no-bind-tools b/dns/bind9-devel/files/extrapatch-no-bind-tools index ce2d6b61d379..ba486b2e2e9b 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-04-30 07:10:53 UTC +--- bin/Makefile.am.orig 2020-05-10 23:44:14 UTC +++ bin/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins @@ -8,9 +8,9 @@ Exclude the "tools" from building and installing. if HAVE_PKCS11 SUBDIRS += pkcs11 ---- bin/tools/Makefile.am.orig 2020-04-30 07:08:39 UTC +--- bin/tools/Makefile.am.orig 2020-05-10 23:44:14 UTC +++ bin/tools/Makefile.am -@@ -8,15 +8,10 @@ LDADD = \ +@@ -8,14 +8,9 @@ LDADD = \ $(LIBISC_LIBS) \ $(LIBDNS_LIBS) @@ -27,4 +27,3 @@ Exclude the "tools" from building and installing. mdig_CPPFLAGS = \ $(AM_CPPFLAGS) \ - $(LIBBIND9_CFLAGS) |