summaryrefslogtreecommitdiff
path: root/security/ssh6
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh6')
-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"