summaryrefslogtreecommitdiff
path: root/security/pgp2
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-01-19 17:51:24 +0000
committerhubertf <hubertf>1999-01-19 17:51:24 +0000
commit9b0fa832a82742fa95d3f513f70a29c915573281 (patch)
tree1d3bb8063666032768b5310b79f8931451723a09 /security/pgp2
parentc2e79221d92a4fb6fa5f6d36f943a949eb09a4ba (diff)
downloadpkgsrc-9b0fa832a82742fa95d3f513f70a29c915573281.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/pgp2')
-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