commit:     abaa63e5eb2dd2d25fdaa0cb93ac77f61d78b6bb
Author:     Hank Leininger <hlein <AT> korelogic <DOT> com>
AuthorDate: Thu Apr 24 22:52:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  1 21:48:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abaa63e5

sys-apps/firejail: work around musl stat64 issue

Signed-off-by: Hank Leininger <hlein <AT> korelogic.com>
Bug: https://bugs.gentoo.org/937374
Part-of: https://github.com/gentoo/gentoo/pull/41736
Closes: https://github.com/gentoo/gentoo/pull/41736
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/firejail/firejail-0.9.74.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/firejail/firejail-0.9.74.ebuild 
b/sys-apps/firejail/firejail-0.9.74.ebuild
index e808af1b7c86..4c7d1c629b40 100644
--- a/sys-apps/firejail/firejail-0.9.74.ebuild
+++ b/sys-apps/firejail/firejail-0.9.74.ebuild
@@ -81,6 +81,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug #937374
+       use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
+
        local myeconfargs=(
                --disable-fatal-warnings
                --disable-firetunnel

Reply via email to