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