From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A8FC1584AD for ; Thu, 01 May 2025 21:51:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E91F7343019 for ; Thu, 01 May 2025 21:51:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 02A8E11036D; Thu, 01 May 2025 21:51:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EE25711036D for ; Thu, 01 May 2025 21:51:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4FFE342FF8 for ; Thu, 01 May 2025 21:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E8FE1D36 for ; Thu, 01 May 2025 21:51:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746136085.abaa63e5eb2dd2d25fdaa0cb93ac77f61d78b6bb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/firejail/firejail-0.9.74.ebuild X-VCS-Directories: sys-apps/firejail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: abaa63e5eb2dd2d25fdaa0cb93ac77f61d78b6bb X-VCS-Branch: master Date: Thu, 01 May 2025 21:51:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 382bdd5d-2072-4e8a-b3a1-fb557045580b X-Archives-Hash: 20b98324ec7a1462a109c6dc2528f6b5 commit: abaa63e5eb2dd2d25fdaa0cb93ac77f61d78b6bb Author: Hank Leininger korelogic com> AuthorDate: Thu Apr 24 22:52:50 2025 +0000 Commit: Sam James gentoo 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 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 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