summaryrefslogtreecommitdiff
path: root/app-crypt/cfssl/cfssl-1.6.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/cfssl/cfssl-1.6.0.ebuild')
-rw-r--r--app-crypt/cfssl/cfssl-1.6.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/cfssl/cfssl-1.6.0.ebuild b/app-crypt/cfssl/cfssl-1.6.0.ebuild
index a9502128157a..3d244721ab37 100644
--- a/app-crypt/cfssl/cfssl-1.6.0.ebuild
+++ b/app-crypt/cfssl/cfssl-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,6 +21,9 @@ PATCHES=(
)
src_compile() {
+ # bug 905997
+ use elibc_musl && export CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
+
CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" emake VERSION="${PV}"
}