mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
isc-dhcp: update to 4.4.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
--- a/bind/Makefile.in
|
||||
+++ b/bind/Makefile.in
|
||||
@@ -63,8 +63,14 @@
|
||||
else \
|
||||
echo Configuring BIND Export libraries for DHCP. ; \
|
||||
@@ -56,7 +56,12 @@ bind1:
|
||||
echo Configuring BIND libraries for DHCP. ; \
|
||||
rm -rf ${cleandirs} ${cleanfiles} ; \
|
||||
- (cd ${bindsrcdir} && \
|
||||
(cd ${bindsrcdir} && \
|
||||
- ./configure ${bindconfig} > ${binddir}/configure.log); \
|
||||
+ (cd ${bindsrcdir} && export CC=${CROSS_CC} && \
|
||||
+ ./configure --disable-atomic --disable-kqueue \
|
||||
+ export CC=${CROSS_CC} && \
|
||||
+ ./configure ${bindconfig} --disable-atomic \
|
||||
+ --disable-kqueue --disable-epoll --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); \
|
||||
+ --without-libxml2 --disable-threads --without-gssapi \
|
||||
+ --without-randomdev > ${binddir}/configure.log); \
|
||||
fi
|
||||
|
||||
atf:
|
||||
|
||||
Reference in New Issue
Block a user