blob: b74255ca4e979b28ce8037c5d8ee99cbb1509f56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- dhcp-4.4.0/bind/Makefile.in
+++ dhcp-4.4.0/bind/Makefile.in
@@ -37,6 +37,7 @@
@BIND_ATF_TRUE@all: bind1 atf bind2
bind1:
+disable:
# Extract the source from the tarball, if it hasn't been already.
@if test -d ${bindsrcdir} ; then \
echo ${bindsrcdir} already unpacked... ; \
@@ -60,6 +61,7 @@
fi
atf:
+disable:
# Build and copy the ATF support if not yet installed.
@if test -d ./atf ; then \
echo ATF support already installed ; \
--- dhcp-4.4.0/bind/test
+++ dhcp-4.4.0/bind/test
@@ -0,0 +1 @@
+--disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --with-gssapi=no --enable-threads=no @BINDCONFIG@ --includedir=${binddir}/include --libdir=${binddir}/lib
|