pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh+gssapi We need explicit -lcrypto on -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9464233f0db1
branches:  trunk
changeset: 459742:9464233f0db1
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Tue Aug 05 15:44:46 2003 +0000

description:
We need explicit -lcrypto on -current (at least with gcc3), and it does no
harm on older versions, so bring it in explicitly.

diffstat:

 security/openssh+gssapi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r baaa34f24f89 -r 9464233f0db1 security/openssh+gssapi/Makefile
--- a/security/openssh+gssapi/Makefile  Tue Aug 05 15:15:41 2003 +0000
+++ b/security/openssh+gssapi/Makefile  Tue Aug 05 15:44:46 2003 +0000
@@ -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 @@
 .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}



Home | Main Index | Thread Index | Old Index