summaryrefslogtreecommitdiff
path: root/dns/bind9-devel/files/extrapatch-no-bind-tools
blob: 5c29894872dde4f451941f560124991771e9f40c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Exclude the "tools" from building and installing.

--- bin/Makefile.am.orig	2020-07-20 08:13:37 UTC
+++ bin/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
+SUBDIRS = named rndc tools check confgen tests plugins
 
 if HAVE_PKCS11
 SUBDIRS += pkcs11
--- bin/tools/Makefile.am.orig	2020-07-20 08:13:37 UTC
+++ bin/tools/Makefile.am
@@ -9,11 +9,7 @@ LDADD =				\
 	$(LIBDNS_LIBS)
 
 bin_PROGRAMS =			\
-	arpaname		\
-	mdig			\
-	named-journalprint	\
-	named-rrchecker		\
-	nsec3hash
+	named-journalprint
 
 arpaname_LDADD =		\
 	$(LIBISC_LIBS)