mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
11 lines
973 B
Text
11 lines
973 B
Text
--- bind/Makefile.orig 2011-07-19 20:38:58.000000000 -0400
|
|
+++ bind/Makefile 2011-08-13 08:02:25.000000000 -0400
|
|
@@ -45,7 +45,7 @@
|
|
# Currently disable the epoll and devpoll options as they don't interact
|
|
# well with the DHCP code.
|
|
@echo Configuring BIND Export libraries for DHCP.
|
|
- @(cd ${bindsrcdir} && ./configure --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no > ${binddir}/configure.log)
|
|
+ @(cd ${bindsrcdir} && ./configure --disable-symtable --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no > ${binddir}/configure.log)
|
|
|
|
# Build the export libraries
|
|
@echo Building BIND Export libraries - this takes some time.
|