commit:     c881bd1de1bfce0ca7fc5abf0777151ff8deba98
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 21:49:04 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 21:49:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c881bd1d

sys-fs/cachefilesd: Apply musl-1.2.4 largefiles workaround

Bug: https://bugs.gentoo.org/908661
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild 
b/sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild
index 449a77a3d002..c21c765b1186 100644
--- a/sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild
+++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild
@@ -28,6 +28,9 @@ src_prepare() {
 
        tc-export CC
        append-flags -fpie
+
+       # bug #908661
+       use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
 }
 
 src_install() {

Reply via email to