commit: 4afcdfcad396f55ff30a81d255a259cda231a887
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 21 13:32:35 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 13:36:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afcdfca
sys-fs/xfsprogs: add musl related change
Well, yeah, I forgot to `git add` the change to the version bump commit :(
Sorry
Fixes: 1de203d8887f ("sys-fs/xfsprogs: add 6.17.0")
Bug: https://bugs.gentoo.org/948468
Bug: https://bugs.gentoo.org/960632
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
sys-fs/xfsprogs/xfsprogs-6.17.0.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sys-fs/xfsprogs/xfsprogs-6.17.0.ebuild
b/sys-fs/xfsprogs/xfsprogs-6.17.0.ebuild
index a7bdebcbf2e3..c85bd45aae8e 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.17.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.17.0.ebuild
@@ -58,10 +58,8 @@ src_configure() {
# Avoid automagic on libdevmapper (bug #709694)
export ac_cv_search_dm_task_create=no
- # bug 903611, 948468, 960632
- use elibc_musl && \
- append-flags -D_LARGEFILE64_SOURCE -DOVERRIDE_SYSTEM_STATX \
- -DSTATX__RESERVED=0x80000000U
+ # bug 903611
+ use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
# Upstream does NOT support --disable-static anymore,
# https://www.spinics.net/lists/linux-xfs/msg30185.html