ports/dns/bind9-devel/files/extrapatch-no-bind-tools
Mathieu Arnold 0663812b21
dns/bind9-devel: move dnstap-read to bind-tools
PR:		279050
Reported by:	freebsd rail eu org
2024-05-18 13:07:05 +02:00

40 lines
840 B
Text

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 += \