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

Bug: https://bugs.gentoo.org/908661
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-03-03 22:49:04 +01:00
parent 7e3ded2487
commit c881bd1de1
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ src_prepare() {
tc-export CC
append-flags -fpie
# bug #908661
use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
}
src_install() {