summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2003-08-05 15:44:46 +0000
committerjwise <jwise@pkgsrc.org>2003-08-05 15:44:46 +0000
commit3f53640519ebdfb38bd4bad6656e33b540f4c735 (patch)
tree1628150210b13f5205ec5796d2cecdeb1be5f988 /security
parentc7081b2ffd5b2acead1008166c563cf399b6e036 (diff)
downloadpkgsrc-3f53640519ebdfb38bd4bad6656e33b540f4c735.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}