mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/firejail: work around musl stat64 issue
Signed-off-by: Hank Leininger <hlein@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@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
0c2809390f
commit
abaa63e5eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user