isc-dhcp: update to 4.3.3. Migrate from oldplackages

Signed-off-by: Antony Antony <antony@phenome.org>
This commit is contained in:
Antony Antony
2016-03-25 13:17:46 +01:00
parent 4457604f3b
commit 7f594309bf
15 changed files with 964 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
--- a/bind/Makefile.in
+++ b/bind/Makefile.in
@@ -63,8 +63,14 @@
else \
echo Configuring BIND Export libraries for DHCP. ; \
rm -rf ${cleandirs} ${cleanfiles} ; \
- (cd ${bindsrcdir} && \
- ./configure ${bindconfig} > ${binddir}/configure.log); \
+ (cd ${bindsrcdir} && export CC=${CROSS_CC} && \
+ ./configure --disable-atomic --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 \
+ --without-randomdev > ${binddir}/configure.log); \
fi
atf: