summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-01-19 17:51:24 +0000
committerhubertf <hubertf>1999-01-19 17:51:24 +0000
commit6d3f3decadc0cd468d9cddc8711aa0140deb4bf2 (patch)
tree1d3bb8063666032768b5310b79f8931451723a09 /security
parent9fca2a7dba942a4476de62b3d1f2c2e3f82035a4 (diff)
downloadpkgsrc-6d3f3decadc0cd468d9cddc8711aa0140deb4bf2.tar.gz
Fix linker directives for ELF platforms, as per PR 6439.
(Inputs from Ty Sarna and Bill Coldwell - thanks guys!)
Diffstat (limited to 'security')
-rw-r--r--security/pgp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 373fde6dfb5..9f0b406f63e 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/08/26 02:42:02 kim Exp $
+# $NetBSD: Makefile,v 1.15 1999/01/19 17:51:24 hubertf Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -17,7 +17,7 @@ HOMEPAGE= http://www.pgpi.com/
PKGNAME= pgp-2.6.3a
DEPENDS+= rsaref-2.0:../../security/rsaref
RSAINC= -I${PREFIX}/include
-RSALIBS= -L${PREFIX}/lib -lrsaref
+RSALIBS= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib -lrsaref
RSAOBJS= rsaglue2.o
CFLAGS= -DUSA
.else