mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Flip the switch: disable BIND and enable LDNS_UTILS.
Approved by: re (blanket)
This commit is contained in:
parent
4cb8b041d1
commit
70aeafb4fc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255850
@ -255,7 +255,6 @@ __DEFAULT_YES_OPTIONS = \
|
||||
ATM \
|
||||
AUDIT \
|
||||
AUTHPF \
|
||||
BIND \
|
||||
BIND_DNSSEC \
|
||||
BIND_ETC \
|
||||
BIND_LIBS_LWRES \
|
||||
@ -308,6 +307,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
KERNEL_SYMBOLS \
|
||||
KVM \
|
||||
LDNS \
|
||||
LDNS_UTILS \
|
||||
LEGACY_CONSOLE \
|
||||
LIB32 \
|
||||
LIBPTHREAD \
|
||||
@ -367,6 +367,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
ZONEINFO
|
||||
|
||||
__DEFAULT_NO_OPTIONS = \
|
||||
BIND \
|
||||
BIND_IDN \
|
||||
BIND_LARGE_FILE \
|
||||
BIND_LIBS \
|
||||
@ -380,7 +381,6 @@ __DEFAULT_NO_OPTIONS = \
|
||||
HESIOD \
|
||||
LIBICONV_COMPAT \
|
||||
INSTALL_AS_USER \
|
||||
LDNS_UTILS \
|
||||
LLDB \
|
||||
NMTREE \
|
||||
NAND \
|
||||
|
@ -1,2 +0,0 @@
|
||||
.\" $FreeBSD$
|
||||
Setting this variable will prevent any part of BIND from being built.
|
5
tools/build/options/WITHOUT_LDNS_UTILS
Normal file
5
tools/build/options/WITHOUT_LDNS_UTILS
Normal file
@ -0,0 +1,5 @@
|
||||
.\" $FreeBSD$
|
||||
Setting this variable will prevent building the LDNS utilities
|
||||
.Xr drill 1
|
||||
and
|
||||
.Xr host 1 .
|
2
tools/build/options/WITH_BIND
Normal file
2
tools/build/options/WITH_BIND
Normal file
@ -0,0 +1,2 @@
|
||||
.\" $FreeBSD$
|
||||
Setting this variable will enable BIND.
|
@ -1,5 +0,0 @@
|
||||
.\" $FreeBSD$
|
||||
Setting this variable will enable the LDNS-based versions of
|
||||
.Xr dig 1
|
||||
and
|
||||
.Xr host 1 .
|
Loading…
Reference in New Issue
Block a user