From 3e8b7f6ecd017475c3dac63e844f855b96e13fe8 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Thu, 10 Dec 2020 17:20:59 -0700 Subject: isc-dhcp: seeing crashes when attempting to update dynamic dns Signed-off-by: Philip Prindeville --- net/isc-dhcp/patches/520-bind-no-catgets.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/isc-dhcp/patches/520-bind-no-catgets.patch (limited to 'net/isc-dhcp/patches') 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 \ -- cgit v1.2.3