diff options
author | wiz <wiz> | 2001-03-20 18:01:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-20 18:01:27 +0000 |
commit | 05c8d1f22658e18500751570b0f2ec435be75f77 (patch) | |
tree | 1288c3b6b7bf617ec5b6dd0dbb07192ab41187c6 /security | |
parent | 3fe5079cbf088777c8994f151dc188e6a2494485 (diff) | |
download | pkgsrc-05c8d1f22658e18500751570b0f2ec435be75f77.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" |