Browse Source

Merge pull request #14196 from pprindeville/issue#14195

isc-dhcp: seeing crashes when attempting to update dynamic dns
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
018b90192f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions
  1. +1
    -1
      net/isc-dhcp/Makefile
  2. +10
    -0
      net/isc-dhcp/patches/520-bind-no-catgets.patch

+ 1
- 1
net/isc-dhcp/Makefile View 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


+ 10
- 0
net/isc-dhcp/patches/520-bind-no-catgets.patch View File

@ -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 \

Loading…
Cancel
Save