diff options
author | Sven Wegener <swegener@gentoo.org> | 2020-07-02 20:34:35 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2020-07-02 20:35:19 +0200 |
commit | fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead (patch) | |
tree | d00ffd271a0340bf900a7265d41903eb634f26b7 /net-dns | |
parent | app-emulation/docker-compose: 1.26.2 (diff) | |
download | gentoo-fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead.tar.gz gentoo-fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead.tar.bz2 gentoo-fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead.zip |
net-dns/pdns-recursor: Re-add the patches from 4.3.1 to 4.3.2
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Closes: https://bugs.gentoo.org/730430
Closes: https://bugs.gentoo.org/730460
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild index 0806261b1f4c..67678c3bb630 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild @@ -36,6 +36,11 @@ BDEPEND="virtual/pkgconfig" S="${WORKDIR}"/${P/_/-} +PATCHES=( + "${FILESDIR}"/${PN}-4.3.1-boost-1.73.0.patch + "${FILESDIR}"/${PN}-4.3.1-gcc-10.patch +) + pkg_setup() { filter-flags -ftree-vectorize } |