summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjwise <jwise>2003-08-05 15:44:46 +0000
committerjwise <jwise>2003-08-05 15:44:46 +0000
commitb4e6f7120b643c76501b946372c61deb1695e0f5 (patch)
tree1628150210b13f5205ec5796d2cecdeb1be5f988 /security
parent8afc68662c1d94b9579d7073e4e709f267b5cd03 (diff)
downloadpkgsrc-b4e6f7120b643c76501b946372c61deb1695e0f5.tar.gz
We need explicit -lcrypto on -current (at least with gcc3), and it does no
harm on older versions, so bring it in explicitly.
Diffstat (limited to 'security')
-rw-r--r--security/openssh+gssapi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile
index 1c9e10c68fe..ea738ce0bc4 100644
--- a/security/openssh+gssapi/Makefile
+++ b/security/openssh+gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/08/01 03:21:02 jmc Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/05 15:44:46 jwise Exp $
# NOTE: This package is modeled on ../openssh, but does not share
# files with it as that package may update faster than the gssapi
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --without-skey
.if defined(KERBEROS)
PKG_USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-kerberos4=/usr
-LDFLAGS+= -lkrb -lcom_err -lroken -ldes
+LDFLAGS+= -lkrb -lcom_err -lroken -ldes -lcrypto
.endif
LD= ${CC}