summaryrefslogtreecommitdiff
path: root/sys-fs/xfsprogs/xfsprogs-5.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/xfsprogs/xfsprogs-5.5.0.ebuild')
-rw-r--r--sys-fs/xfsprogs/xfsprogs-5.5.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-5.5.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.5.0.ebuild
index d5ba1a194663..662d88603bec 100644
--- a/sys-fs/xfsprogs/xfsprogs-5.5.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-5.5.0.ebuild
@@ -66,6 +66,9 @@ src_configure() {
# Avoid automagic on libdevmapper, #709694
export ac_cv_search_dm_task_create=no
+ # Build fails with -O3 (bug #712698)
+ replace-flags -O3 -O2
+
# Upstream does NOT support --disable-static anymore,
# https://www.spinics.net/lists/linux-xfs/msg30185.html
# https://www.spinics.net/lists/linux-xfs/msg30272.html