aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp/patches
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2020-12-10 17:20:59 -0700
committerPhilip Prindeville <philipp@redfish-solutions.com>2020-12-10 18:25:53 -0700
commit3e8b7f6ecd017475c3dac63e844f855b96e13fe8 (patch)
treed4a08822e8bafa313534d7245d490415cd8c198e /net/isc-dhcp/patches
parentb086dbe6ebb5ca2645d7cc2b0835d2065f71df3c (diff)
isc-dhcp: seeing crashes when attempting to update dynamic dns
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'net/isc-dhcp/patches')
-rw-r--r--net/isc-dhcp/patches/520-bind-no-catgets.patch10
1 files changed, 10 insertions, 0 deletions
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 \