summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-20 17:57:49 +0000
committerwiz <wiz@pkgsrc.org>2001-03-20 17:57:49 +0000
commitb68ec4f5b566c05571b81c8a4167e609e52d3c66 (patch)
tree15f16004c6ab0cfa4c65488cbfc161e1fca110c2 /security
parent0d60d9726cf163372c3b5a9c1fe3204d42bca1b5 (diff)
downloadpkgsrc-b68ec4f5b566c05571b81c8a4167e609e52d3c66.tar.gz
Add fitting LDFLAGS, so that ssh's gmp-version is used instead of a
possible installed one. Fixes pkg/12235 by Michael Graff. Remove CFLAGS=-O2.
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index d8b70634a55..74a519086bf 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2001/03/04 03:26:51 assar Exp $
+# $NetBSD: Makefile,v 1.90 2001/03/20 17:57:49 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"