forked from Lainports/freebsd-ports
The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server (this port) * A DHCP client * A DHCP relay agent WWW: https://www.isc.org/products/DHCP/
11 lines
481 B
Text
11 lines
481 B
Text
--- bind/Makefile.in.orig 2018-01-05 14:28:00 UTC
|
|
+++ bind/Makefile.in
|
|
@@ -21,7 +21,7 @@ bindsrcdir=@BINDSRCDIR@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
-bindconfig = --without-openssl --without-libxml2 --without-libjson \
|
|
+bindconfig = --disable-symtable --without-openssl --without-libxml2 --without-libjson \
|
|
--without-gssapi --disable-threads --without-lmdb \
|
|
--includedir=@includedir@ --libdir=@libdir@ \
|
|
@BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report
|