commit: f13e7f7a3607cfaf8e2e71efd3da4759e7e2facb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 14 14:58:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 14:58:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13e7f7a
sys-fs/xfsprogs: stop stripping -O3 Closes: https://bugs.gentoo.org/712698 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/xfsprogs/xfsprogs-6.11.0.ebuild | 5 +---- sys-fs/xfsprogs/xfsprogs-6.12.0.ebuild | 3 --- sys-fs/xfsprogs/xfsprogs-6.13.0-r1.ebuild | 3 --- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/sys-fs/xfsprogs/xfsprogs-6.11.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.11.0.ebuild index 118c09e2c963..eebeded6b0b6 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.11.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -58,9 +58,6 @@ src_configure() { # bug 903611 use elibc_musl && append-flags -D_LARGEFILE64_SOURCE - # 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 diff --git a/sys-fs/xfsprogs/xfsprogs-6.12.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.12.0.ebuild index 91c101c4eac8..1f70ea3e7253 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.12.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.12.0.ebuild @@ -62,9 +62,6 @@ src_configure() { use elibc_musl && \ append-flags -D_LARGEFILE64_SOURCE -DOVERRIDE_SYSTEM_STATX - # 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 diff --git a/sys-fs/xfsprogs/xfsprogs-6.13.0-r1.ebuild b/sys-fs/xfsprogs/xfsprogs-6.13.0-r1.ebuild index 24292034ab49..b495f342e0a4 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.13.0-r1.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.13.0-r1.ebuild @@ -66,9 +66,6 @@ src_configure() { use elibc_musl && \ append-flags -D_LARGEFILE64_SOURCE -DOVERRIDE_SYSTEM_STATX - # 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
