diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-08-01 18:53:59 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-10 10:44:27 -0400 |
commit | 48bd2e6f11fc9f2c113c854139c427e5067974ca (patch) | |
tree | 96fa4f183666c808565c263b03d5cba950bd2b69 /net-misc/dhcp | |
parent | sys-apps/iproute2: remove unused patch (diff) | |
download | gentoo-48bd2e6f11fc9f2c113c854139c427e5067974ca.tar.gz gentoo-48bd2e6f11fc9f2c113c854139c427e5067974ca.tar.bz2 gentoo-48bd2e6f11fc9f2c113c854139c427e5067974ca.zip |
net-misc/dhcp: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12593
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r-- | net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch b/net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch deleted file mode 100644 index 6f80d7401f57..000000000000 --- a/net-misc/dhcp/files/dhcp-4.3.6-lmdb-removal.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr dhcp-4.3.6.ORIG/bind/Makefile.in dhcp-4.3.6/bind/Makefile.in ---- dhcp-4.3.6.ORIG/bind/Makefile.in 2017-09-19 23:37:59.459485673 +0100 -+++ dhcp-4.3.6/bind/Makefile.in 2017-09-19 23:38:19.970484566 +0100 -@@ -28,7 +28,7 @@ - - bindconfig = --disable-kqueue --disable-epoll --disable-devpoll \ - --without-openssl --without-libxml2 --enable-exportlib \ -- --with-gssapi=no --enable-threads=no --without-lmdb @BINDCONFIG@ \ -+ --with-gssapi=no --enable-threads=no @BINDCONFIG@ \ - --with-export-includedir=${binddir}/include \ - --with-export-libdir=${binddir}/lib - |