summaryrefslogtreecommitdiff
path: root/app-crypt/cfssl/cfssl-1.4.1.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-crypt/cfssl/cfssl-1.4.1.ebuild
parentc8042d10e135808d5f2b48867bc291e00664b99b (diff)
gentoo auto-resync : 03:03:2024 - 05:42:20
Diffstat (limited to 'app-crypt/cfssl/cfssl-1.4.1.ebuild')
-rw-r--r--app-crypt/cfssl/cfssl-1.4.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/cfssl/cfssl-1.4.1.ebuild b/app-crypt/cfssl/cfssl-1.4.1.ebuild
index b660f9c05730..7541ce49e832 100644
--- a/app-crypt/cfssl/cfssl-1.4.1.ebuild
+++ b/app-crypt/cfssl/cfssl-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 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}"
}