diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.189-r3.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.189-r3.ebuild index 51765e3789..4ac16d6090 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.189-r3.ebuild +++ b/sdk_container/src/third_party/portage-stable/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/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.189-r4.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.189-r4.ebuild index 231f5e4a48..df95012d1b 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.189-r4.ebuild +++ b/sdk_container/src/third_party/portage-stable/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 }