summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-06 22:38:56 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-06 22:46:17 +0100
commit33c22bd38a5813a11680525851fddf0027da9cb2 (patch)
treefaf470cfd41f354a4ccca4eafdd7b3bbd505c9a1 /sys-fs
parentapp-portage/mirrorselect: enable PEP517 build (diff)
downloadgentoo-33c22bd38a5813a11680525851fddf0027da9cb2.tar.gz
gentoo-33c22bd38a5813a11680525851fddf0027da9cb2.tar.bz2
gentoo-33c22bd38a5813a11680525851fddf0027da9cb2.zip
sys-fs/xfsprogs: Apply musl-1.2.4 largefile workaround
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/xfsprogs/xfsprogs-6.4.0.ebuild3
-rw-r--r--sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-6.4.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.4.0.ebuild
index 5ee0fb214a0e..6ecca8c43ca8 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.4.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.4.0.ebuild
@@ -60,6 +60,9 @@ src_configure() {
# Avoid automagic on libdevmapper (bug #709694)
export ac_cv_search_dm_task_create=no
+ # bug 903611
+ use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
+
# Build fails with -O3 (bug #712698)
replace-flags -O3 -O2
diff --git a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild
index 29cecd2a7b76..757a45fbd50a 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild
@@ -62,6 +62,9 @@ src_configure() {
# Avoid automagic on libdevmapper (bug #709694)
export ac_cv_search_dm_task_create=no
+ # bug 903611
+ use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
+
# Build fails with -O3 (bug #712698)
replace-flags -O3 -O2