diff options
author | jwise <jwise@pkgsrc.org> | 2003-08-05 15:44:46 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-08-05 15:44:46 +0000 |
commit | 3f53640519ebdfb38bd4bad6656e33b540f4c735 (patch) | |
tree | 1628150210b13f5205ec5796d2cecdeb1be5f988 /security | |
parent | c7081b2ffd5b2acead1008166c563cf399b6e036 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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} |