summaryrefslogtreecommitdiff
path: root/app-containers/podman/podman-5.0.0_rc1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-03 05:42:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-03 05:42:21 +0000
commitf1801aa7be2329c07c4c2bd7522e03522b34c437 (patch)
tree921f3b21629f755c7e3cd4490e3d459026b1b74e /app-containers/podman/podman-5.0.0_rc1.ebuild
parentc8042d10e135808d5f2b48867bc291e00664b99b (diff)
gentoo auto-resync : 03:03:2024 - 05:42:20
Diffstat (limited to 'app-containers/podman/podman-5.0.0_rc1.ebuild')
-rw-r--r--app-containers/podman/podman-5.0.0_rc1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-containers/podman/podman-5.0.0_rc1.ebuild b/app-containers/podman/podman-5.0.0_rc1.ebuild
index d3e7005f5819..dc3ca1b956ca 100644
--- a/app-containers/podman/podman-5.0.0_rc1.ebuild
+++ b/app-containers/podman/podman-5.0.0_rc1.ebuild
@@ -92,6 +92,9 @@ src_prepare() {
src_compile() {
export PREFIX="${EPREFIX}/usr"
+ # bug 906073
+ use elibc_musl && export CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
+
# For non-live versions, prevent git operations which causes sandbox violations
# https://github.com/gentoo/gentoo/pull/33531#issuecomment-1786107493
[[ ${PV} != 9999* ]] && export COMMIT_NO="" GIT_COMMIT=""