diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-09-20 22:57:43 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-09-20 22:58:13 +0200 |
commit | 0fe7a81963b4eee06f5b7117b4ea58339fc04f4c (patch) | |
tree | 942fed3e9061f1d4dffbcd0dc20f56f69a51972f /dev-libs/elfutils | |
parent | dev-java/batik: reverted to unstable on 1.17 (diff) | |
download | gentoo-0fe7a81963b4eee06f5b7117b4ea58339fc04f4c.tar.gz gentoo-0fe7a81963b4eee06f5b7117b4ea58339fc04f4c.tar.bz2 gentoo-0fe7a81963b4eee06f5b7117b4ea58339fc04f4c.zip |
dev-libs/elfutils: Filter out -fno-asynchronous-unwind-tables
Closes: https://bugs.gentoo.org/660738
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.189-r3.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.189-r4.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dev-libs/elfutils/elfutils-0.189-r3.ebuild b/dev-libs/elfutils/elfutils-0.189-r3.ebuild index 51765e378976..4ac16d60902f 100644 --- a/dev-libs/elfutils/elfutils-0.189-r3.ebuild +++ b/dev-libs/elfutils/elfutils-0.189-r3.ebuild @@ -75,6 +75,9 @@ src_configure() { # bug #407135 use test && append-flags -g + # bug 660738 + filter-flags -fno-asynchronous-unwind-tables + multilib-minimal_src_configure } diff --git a/dev-libs/elfutils/elfutils-0.189-r4.ebuild b/dev-libs/elfutils/elfutils-0.189-r4.ebuild index 231f5e4a4884..df95012d1bf2 100644 --- a/dev-libs/elfutils/elfutils-0.189-r4.ebuild +++ b/dev-libs/elfutils/elfutils-0.189-r4.ebuild @@ -77,6 +77,9 @@ src_configure() { # bug #407135 use test && append-flags -g + # bug 660738 + filter-flags -fno-asynchronous-unwind-tables + multilib-minimal_src_configure } |