diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-01-19 17:51:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-01-19 17:51:24 +0000 |
commit | 2536a8a9ba13d7c7b66521abc5082b18010d89ea (patch) | |
tree | 1d3bb8063666032768b5310b79f8931451723a09 /security/pgp2 | |
parent | b6ccdb2040f1e153cd104a7227f3f259af6dc803 (diff) | |
download | pkgsrc-2536a8a9ba13d7c7b66521abc5082b18010d89ea.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/Makefile | 4 |
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 |