summaryrefslogtreecommitdiff
path: root/app-containers/podman/podman-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/podman/podman-9999.ebuild')
-rw-r--r--app-containers/podman/podman-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-containers/podman/podman-9999.ebuild b/app-containers/podman/podman-9999.ebuild
index d3e7005f5819..dc3ca1b956ca 100644
--- a/app-containers/podman/podman-9999.ebuild
+++ b/app-containers/podman/podman-9999.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=""