dev-util/strace: Don't build with -Werror

Closes: https://bugs.gentoo.org/716760
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2020-04-09 10:28:22 +02:00
parent cc7328c5d8
commit e7d275c25f
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ src_configure() {
# Don't require mpers support on non-multilib systems. #649560
local myeconfargs=(
--disable-gcc-Werror
--enable-mpers=check
$(use_enable static)
$(use_with unwind libunwind)

View File

@@ -77,6 +77,7 @@ src_configure() {
# Don't require mpers support on non-multilib systems. #649560
local myeconfargs=(
--disable-gcc-Werror
--enable-mpers=check
$(use_enable static)
$(use_with unwind libunwind)