summaryrefslogtreecommitdiff
path: root/dns/bind920/files/extrapatch-no-bind-tools
blob: 9a168202eb5093f4a8dee0c14db890119a90bdaf (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
31
32
33
34
35
36
37
38
39
40
Exclude the "tools" from building and installing.

--- bin/Makefile.am.orig	2024-05-03 07:23:28 UTC
+++ bin/Makefile.am
@@ -1 +1 @@
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
+SUBDIRS = named rndc tools check confgen tests plugins
--- bin/tools/Makefile.am.orig	2024-05-03 07:23:29 UTC
+++ bin/tools/Makefile.am
@@ -9,29 +9,10 @@ LDADD +=			\
 	$(LIBISC_LIBS)
 
 bin_PROGRAMS =			\
-	arpaname		\
-	mdig			\
-	named-journalprint	\
-	named-rrchecker		\
-	nsec3hash
+	named-journalprint
 
 arpaname_LDADD =		\
 	$(LIBISC_LIBS)
-
-if HAVE_DNSTAP
-bin_PROGRAMS +=			\
-	dnstap-read
-
-dnstap_read_CPPFLAGS =		\
-	$(AM_CPPFLAGS)		\
-	$(DNSTAP_CFLAGS)	\
-	-I$(top_builddir)/lib/dns
-
-dnstap_read_LDADD =		\
-	$(LIBDNS_LIBS)		\
-	$(LIBISC_LIBS)		\
-	$(DNSTAP_LIBS)
-endif
 
 if HAVE_LMDB
 bin_PROGRAMS +=			\