summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)