isc-dhcp: seeing crashes when attempting to update dynamic dns
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
b086dbe6eb
commit
3e8b7f6ecd
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=isc-dhcp
|
PKG_NAME:=isc-dhcp
|
||||||
UPSTREAM_NAME:=dhcp
|
UPSTREAM_NAME:=dhcp
|
||||||
PKG_VERSION:=4.4.1
|
PKG_VERSION:=4.4.1
|
||||||
PKG_RELEASE:=9
|
PKG_RELEASE:=10
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/bind/Makefile.in
|
||||||
|
+++ b/bind/Makefile.in
|
||||||
|
@@ -57,6 +57,7 @@
|
||||||
|
rm -rf ${cleandirs} ${cleanfiles} ; \
|
||||||
|
(cd ${bindsrcdir} && \
|
||||||
|
export CC=${CROSS_CC} && \
|
||||||
|
+ ac_cv_func_catgets=no \
|
||||||
|
./configure ${bindconfig} --disable-atomic \
|
||||||
|
--disable-kqueue --disable-epoll --disable-kqueue \
|
||||||
|
--disable-epoll --disable-devpoll --without-openssl \
|
Loading…
Reference in New Issue