diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2020-12-10 17:20:59 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2020-12-10 18:25:53 -0700 |
commit | 3e8b7f6ecd017475c3dac63e844f855b96e13fe8 (patch) | |
tree | d4a08822e8bafa313534d7245d490415cd8c198e /net/isc-dhcp/patches | |
parent | b086dbe6ebb5ca2645d7cc2b0835d2065f71df3c (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.patch | 10 |
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 \ |