mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-19 00:09:37 +03:00
sys-fs/xfsprogs: add musl related change
Well, yeah, I forgot to `git add` the change to the version bump commit :(
Sorry
Fixes: 1de203d888 ("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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user