From 3e8b7f6ecd017475c3dac63e844f855b96e13fe8 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Thu, 10 Dec 2020 17:20:59 -0700 Subject: [PATCH] isc-dhcp: seeing crashes when attempting to update dynamic dns Signed-off-by: Philip Prindeville --- net/isc-dhcp/Makefile | 2 +- net/isc-dhcp/patches/520-bind-no-catgets.patch | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 net/isc-dhcp/patches/520-bind-no-catgets.patch diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 9ec28a453..11f8a9779 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -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 index 000000000..5655b08eb --- /dev/null +++ b/net/isc-dhcp/patches/520-bind-no-catgets.patch @@ -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 \