summaryrefslogtreecommitdiff
path: root/security/openssh+gssapi
diff options
context:
space:
mode:
authorjwise <jwise>2003-08-05 15:44:46 +0000
committerjwise <jwise>2003-08-05 15:44:46 +0000
commit1bb2bfd780e5ce1bacb3933af3976ca935b58c57 (patch)
tree1628150210b13f5205ec5796d2cecdeb1be5f988 /security/openssh+gssapi
parent3412cce4ec04b531a58fab87c01108785ca897b1 (diff)
downloadpkgsrc-1bb2bfd780e5ce1bacb3933af3976ca935b58c57.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/openssh+gssapi')
-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}