public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/cfssl/
Date: Sat,  2 Mar 2024 23:51:59 +0000 (UTC)	[thread overview]
Message-ID: <1709423488.0009bd5cdb3a1fb760f30987ea929094f184de3b.dilfridge@gentoo> (raw)

commit:     0009bd5cdb3a1fb760f30987ea929094f184de3b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 23:51:28 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 23:51:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0009bd5c

app-crypt/cfssl: Apply musl-1.2.4 largefile workaround

Bug: https://bugs.gentoo.org/905997
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-crypt/cfssl/cfssl-1.4.1.ebuild | 5 ++++-
 app-crypt/cfssl/cfssl-1.6.0.ebuild | 5 ++++-
 app-crypt/cfssl/cfssl-1.6.4.ebuild | 3 +++
 3 files changed, 11 insertions(+), 2 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}"
 }
 

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}"
 }
 

diff --git a/app-crypt/cfssl/cfssl-1.6.4.ebuild b/app-crypt/cfssl/cfssl-1.6.4.ebuild
index 947d408f17b3..3d244721ab37 100644
--- a/app-crypt/cfssl/cfssl-1.6.4.ebuild
+++ b/app-crypt/cfssl/cfssl-1.6.4.ebuild
@@ -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}"
 }
 


             reply	other threads:[~2024-03-02 23:52 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02 23:51 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-02 23:29 [gentoo-commits] repo/gentoo:master commit in: app-crypt/cfssl/ Andreas K. Hüttel
2022-10-17 19:23 Sam James
2021-07-27 23:11 William Hubbs
2020-05-09 19:53 William Hubbs
2020-05-05 22:59 William Hubbs
2019-11-24 18:22 William Hubbs
2019-07-23 15:21 Manuel Rüger
2019-04-10 23:02 William Hubbs
2019-04-10  8:41 Manuel Rüger
2019-04-09 13:22 Manuel Rüger
2019-02-07 10:48 Manuel Rüger
2018-06-06 12:28 Manuel Rüger
2018-03-29 12:04 Manuel Rüger
2018-03-29 12:04 Manuel Rüger
2018-02-26 10:22 Manuel Rüger
2018-02-26 10:22 Manuel Rüger
2018-02-14 21:48 Manuel Rüger
2018-02-14 21:48 Manuel Rüger
2017-12-23 15:02 Manuel Rüger
2017-12-23 15:02 Manuel Rüger
2017-10-04  7:47 Michał Górny
2017-09-25 12:39 Manuel Rüger
2017-06-12 14:16 Manuel Rüger
2017-06-08 12:21 Manuel Rüger
2017-06-08 12:21 Manuel Rüger
2017-03-31  0:24 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709423488.0009bd5cdb3a1fb760f30987ea929094f184de3b.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox