summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-03 22:44:07 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-03 22:44:38 +0100
commit7e3ded248771012b775116a440a5c1d619461776 (patch)
tree76642880b5a1ae1be90f0270a6831d659b6a4291
parentsys-libs/libfaketime: drop 0.9.6-r4, 0.9.9 (diff)
downloadgentoo-7e3ded248771012b775116a440a5c1d619461776.tar.gz
gentoo-7e3ded248771012b775116a440a5c1d619461776.tar.bz2
gentoo-7e3ded248771012b775116a440a5c1d619461776.zip
sys-libs/libfaketime: Apply musl-1.2.4 largefile workaround
Bug: https://bugs.gentoo.org/908668 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--sys-libs/libfaketime/libfaketime-0.9.10.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-libs/libfaketime/libfaketime-0.9.10.ebuild b/sys-libs/libfaketime/libfaketime-0.9.10.ebuild
index a7b88d81a8d6..eaeab20e29a2 100644
--- a/sys-libs/libfaketime/libfaketime-0.9.10.ebuild
+++ b/sys-libs/libfaketime/libfaketime-0.9.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,6 +34,9 @@ src_prepare() {
# bug #844958
use riscv && append-cflags -DFORCE_PTHREAD_NONVER
+ # bug #908668
+ use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
+
multilib_copy_sources
}