summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-20 18:01:27 +0000
committerwiz <wiz>2001-03-20 18:01:27 +0000
commit27548299f70316692a767105ca9b98a76679d18c (patch)
tree1288c3b6b7bf617ec5b6dd0dbb07192ab41187c6
parent63e3ebece2e595089e75bffe3733e4afdd5a8563 (diff)
downloadpkgsrc-27548299f70316692a767105ca9b98a76679d18c.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.
-rw-r--r--security/ssh6/Makefile5
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"