mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
11 lines
457 B
Text
11 lines
457 B
Text
--- bind/Makefile.in.orig 2015-09-11 20:09:28 UTC
|
|
+++ bind/Makefile.in
|
|
@@ -26,7 +26,7 @@ include ./bindvar.tmp
|
|
|
|
bindsrcdir=bind-${version}
|
|
|
|
-bindconfig = --disable-kqueue --disable-epoll --disable-devpoll \
|
|
+bindconfig = --disable-symtable --disable-kqueue --disable-epoll --disable-devpoll \
|
|
--without-openssl --without-libxml2 --enable-exportlib \
|
|
--with-gssapi=no --enable-threads=no @BINDCONFIG@ \
|
|
--with-export-includedir=${binddir}/include \
|