From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- net-misc/dhcp/files/dhcp-4.4.3-bind-disable.patch | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-misc/dhcp/files/dhcp-4.4.3-bind-disable.patch (limited to 'net-misc/dhcp/files') diff --git a/net-misc/dhcp/files/dhcp-4.4.3-bind-disable.patch b/net-misc/dhcp/files/dhcp-4.4.3-bind-disable.patch new file mode 100644 index 000000000000..7f99f771cd11 --- /dev/null +++ b/net-misc/dhcp/files/dhcp-4.4.3-bind-disable.patch @@ -0,0 +1,27 @@ +diff --git a/bind/Makefile.in b/bind/Makefile.in +index 2e60091..a155194 100644 +--- a/bind/Makefile.in ++++ b/bind/Makefile.in +@@ -37,6 +37,7 @@ installdirs = includedir=${binddir}/include libdir=${binddir}/lib + @BIND_ATF_TRUE@all: bind1 atf bind2 + + bind1: ++disable: + # Extract the source from the tarball, if it hasn't been already. + @if test -d ${bindsrcdir} ; then \ + echo ${bindsrcdir} already unpacked... ; \ +@@ -60,6 +61,7 @@ bind1: + fi + + atf: bind1 ++disable: + # Build and copy the ATF support if not yet installed. + @if test -d ./atf ; then \ + echo ATF support already installed ; \ +diff --git a/bind/test b/bind/test +new file mode 100644 +index 0000000..713671f +--- /dev/null ++++ b/bind/test +@@ -0,0 +1 @@ +++--disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --with-gssapi=no --enable-threads=no @BINDCONFIG@ --includedir=${binddir}/include --libdir=${binddir}/lib -- cgit v1.2.3