* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/pgp/
@ 2022-01-08 14:18 Anna Vyalkova
0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2022-01-08 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 35f922d52117eab75554df13df1cdf2b3efa2f71
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jan 8 13:32:11 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jan 8 14:18:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35f922d5
app-crypt/pgp: fix ldflags
Closes: https://bugs.gentoo.org/830340
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-crypt/pgp/pgp-2.6.3a.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-crypt/pgp/pgp-2.6.3a.ebuild b/app-crypt/pgp/pgp-2.6.3a.ebuild
index 1a3127530..c2740df28 100644
--- a/app-crypt/pgp/pgp-2.6.3a.ebuild
+++ b/app-crypt/pgp/pgp-2.6.3a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,12 +11,13 @@ SRC_URI="https://archive.netbsd.org/pub/pkgsrc-archive/distfiles/2021Q3/pgp263is
S="${WORKDIR}"
LICENSE="PGP-2"
-SLOT="0/2"
+SLOT="0"
KEYWORDS="~amd64"
IUSE="bindist debug"
RDEPEND="bindist? ( dev-libs/rsaref )"
DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/libtool"
PATCHES=(
"${FILESDIR}"/${P}-sparc.patch
@@ -47,7 +48,8 @@ src_configure() {
src_compile() {
emake -C src all \
- CC=$(tc-getCC) LD=$(tc-getCC) CFLAGS="${CFLAGS}" \
+ CC=$(tc-getCC) LD=$(tc-getCC) \
+ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
OBJS_EXT=$(usex x86 "_80386.o _zmatch.o" "") \
RSALIBS=$(usex bindist "-lrsaref" "") \
RSAOBJS=rsaglue$(usex bindist "2" "1").o
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-01-08 14:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-08 14:18 [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/pgp/ Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox