isc-dhcp: seeing crashes when attempting to update dynamic dns
authorPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 11 Dec 2020 00:20:59 +0000 (17:20 -0700)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 11 Dec 2020 01:25:53 +0000 (18:25 -0700)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
net/isc-dhcp/Makefile
net/isc-dhcp/patches/520-bind-no-catgets.patch [new file with mode: 0644]

index 9ec28a4532e38a57d18f6fff25306787844c89f2..11f8a9779f30c3e639d521eb3689cb614ebcb163 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=isc-dhcp
 UPSTREAM_NAME:=dhcp
 PKG_VERSION:=4.4.1
-PKG_RELEASE:=9
+PKG_RELEASE:=10
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
diff --git a/net/isc-dhcp/patches/520-bind-no-catgets.patch b/net/isc-dhcp/patches/520-bind-no-catgets.patch
new file mode 100644 (file)
index 0000000..5655b08
--- /dev/null
@@ -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    \