summaryrefslogtreecommitdiff
path: root/dns/bind9-devel/files/extrapatch-no-bind-tools
blob: ce2d6b61d37907c6eb9eba61f515066cb08b05f9 (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
26
27
28
29
30
Exclude the "tools" from building and installing.

--- bin/Makefile.am.orig	2020-04-30 07:10:53 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-04-30 07:08:39 UTC
+++ bin/tools/Makefile.am
@@ -8,15 +8,10 @@ LDADD =				\
 	$(LIBISC_LIBS)		\
 	$(LIBDNS_LIBS)
 
-bin_PROGRAMS =			\
-	arpaname		\
-	named-rrchecker		\
-	mdig
+bin_PROGRAMS =
 
-sbin_PROGRAMS =			\
-	named-journalprint	\
-	nsec3hash
+sbin_PROGRAMS =
 
 mdig_CPPFLAGS =			\
 	$(AM_CPPFLAGS)		\
 	$(LIBBIND9_CFLAGS)