From c881bd1de1bfce0ca7fc5abf0777151ff8deba98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 3 Mar 2024 22:49:04 +0100 Subject: [PATCH] sys-fs/cachefilesd: Apply musl-1.2.4 largefiles workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/908661 Signed-off-by: Andreas K. Hüttel --- 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 449a77a3d0023..c21c765b1186b 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() {