summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-04-09 10:28:22 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-04-09 10:29:03 +0200
commite7d275c25f75516e5b146430f440bb0f69ec2183 (patch)
tree284168069a7e3b602c3a781eee4536b58c3e86e8 /dev-util/strace
parentdev-util/strace: Sync 5.6 ebuild with previous fix (diff)
downloadgentoo-e7d275c25f75516e5b146430f440bb0f69ec2183.tar.gz
gentoo-e7d275c25f75516e5b146430f440bb0f69ec2183.tar.bz2
gentoo-e7d275c25f75516e5b146430f440bb0f69ec2183.zip
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>
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-5.6.ebuild1
-rw-r--r--dev-util/strace/strace-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/strace/strace-5.6.ebuild b/dev-util/strace/strace-5.6.ebuild
index cf81c1cc50d4..c08dbf18c0a5 100644
--- a/dev-util/strace/strace-5.6.ebuild
+++ b/dev-util/strace/strace-5.6.ebuild
@@ -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)
diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild
index cf81c1cc50d4..c08dbf18c0a5 100644
--- a/dev-util/strace/strace-9999.ebuild
+++ b/dev-util/strace/strace-9999.ebuild
@@ -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)