diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index a485589d12..84f875321d 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:=3 +PKG_RELEASE:=4 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 0000000000..5655b08eba --- /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 \