Skip to content

Commit

Permalink
dev-libs/elfutils: Filter out -fno-asynchronous-unwind-tables
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/660738
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Sep 20, 2023
1 parent 7562653 commit 0fe7a81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-libs/elfutils/elfutils-0.189-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
3 changes: 3 additions & 0 deletions dev-libs/elfutils/elfutils-0.189-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0fe7a81

Please sign in to comment.