68be8b0238
MFH: 2020Q3 (bugfix) Changes: https://downloads.isc.org/isc/bind9/9.16.7/doc/arm/html/notes.html#notes-for-bind-9-16-7
35 lines
891 B
Plaintext
35 lines
891 B
Plaintext
Only select the "tools" part of bind for building.
|
|
|
|
--- Makefile.in.orig 2020-09-04 10:44:49 UTC
|
|
+++ Makefile.in
|
|
@@ -17,7 +17,7 @@ W3M = @W3M@
|
|
|
|
VERSION=@BIND9_VERSION@
|
|
|
|
-SUBDIRS = make lib fuzz bin doc
|
|
+SUBDIRS = lib bin
|
|
TARGETS =
|
|
PREREQS = bind.keys.h
|
|
|
|
@@ -53,7 +53,6 @@ installdirs:
|
|
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
|
|
|
|
install:: installdirs
|
|
- ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
|
|
|
|
uninstall::
|
|
rm -f ${DESTDIR}${sysconfdir}/bind.keys
|
|
--- bin/Makefile.in.orig 2020-09-04 10:44:49 UTC
|
|
+++ bin/Makefile.in
|
|
@@ -11,8 +11,8 @@ srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
|
|
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen \
|
|
- @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ plugins tests
|
|
+SUBDIRS = dig delv dnssec tools nsupdate \
|
|
+ @NZD_TOOLS@ @PYTHON_TOOLS@
|
|
TARGETS =
|
|
|
|
@BIND9_MAKE_RULES@
|