summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-13 09:08:15 +0100
committerSam James <sam@gentoo.org>2023-08-13 09:08:15 +0100
commitcb7ef59c5e93ae0cc20242c9154160c39e19de45 (patch)
treee02009dda1df227e595066f7778b77ddc4d4e5dd /app-crypt/gnupg/gnupg-2.4.3.ebuild
parentdev-libs/libpcre2: tweak verify-sig SRC_URI (diff)
downloadgentoo-cb7ef59c5e93ae0cc20242c9154160c39e19de45.tar.gz
gentoo-cb7ef59c5e93ae0cc20242c9154160c39e19de45.tar.bz2
gentoo-cb7ef59c5e93ae0cc20242c9154160c39e19de45.zip
app-crypt/gnupg: filter-lto
Unsupported by upstream and warnings indicating that it's unsafe are unfixed. Closes: https://bugs.gentoo.org/854222 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gnupg/gnupg-2.4.3.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-2.4.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-crypt/gnupg/gnupg-2.4.3.ebuild b/app-crypt/gnupg/gnupg-2.4.3.ebuild
index a8fed477d30e..7317dc4c1bda 100644
--- a/app-crypt/gnupg/gnupg-2.4.3.ebuild
+++ b/app-crypt/gnupg/gnupg-2.4.3.ebuild
@@ -97,6 +97,9 @@ src_prepare() {
}
my_src_configure() {
+ # Upstream don't support LTO, bug #854222.
+ filter-lto
+
local myconf=(
$(use_enable bzip2)
$(use_enable nls)