diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-20 18:01:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-20 18:01:27 +0000 |
commit | 58cbb3df36bc1707a594d1648e378bb37e47e5ab (patch) | |
tree | 1288c3b6b7bf617ec5b6dd0dbb07192ab41187c6 /security | |
parent | b68ec4f5b566c05571b81c8a4167e609e52d3c66 (diff) | |
download | pkgsrc-58cbb3df36bc1707a594d1648e378bb37e47e5ab.tar.gz |
Mirror 1.90 of ssh/Makefile:
Add fitting LDFLAGS, so that an installed version of gmp doesn't
influence the build (see pkg/12235).
Also remove CFLAGS=-O2.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh6/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile index f1a3a01e914..fefa01e62f5 100644 --- a/security/ssh6/Makefile +++ b/security/ssh6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/03/04 03:26:52 assar Exp $ +# $NetBSD: Makefile,v 1.15 2001/03/20 18:01:27 wiz Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -25,7 +25,8 @@ LICENSE= no-commercial-use USE_RSAREF2= NO EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -CFLAGS= -O2 +# the next line is needed if you have the gmp package installed +LDFLAGS+= -Lgmp-2.0.2-ssh-2 GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" |