diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-06 11:43:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-06 11:43:10 +0000 |
commit | 08c4fa75487ac2219b930d24d32303f474989b01 (patch) | |
tree | fef081101318dfa83567237871b893ce0000edef /security | |
parent | f04bc1a56b917fed78ee4319726aab9ff08158f1 (diff) | |
download | pkgsrc-08c4fa75487ac2219b930d24d32303f474989b01.tar.gz |
Use GNU m4 to fix assembler code used in included nettle library.
Makes lsh work much better. Bump PGKREVISION. Problem analyzed by author.
Diffstat (limited to 'security')
-rw-r--r-- | security/lsh2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/lsh2/Makefile b/security/lsh2/Makefile index 7965fcdeac7..e966e8e9ad2 100644 --- a/security/lsh2/Makefile +++ b/security/lsh2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:30 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/10/06 11:43:10 wiz Exp $ # DISTNAME= lsh-2.0.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -10,8 +11,10 @@ HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/ COMMENT= SSH2 client/server GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake gm4 CONFIGURE_ARGS+= --disable-openssl --disable-pam +# lcp test depends on /bin/bash and thus fails, others work +TEST_TARGET= check # man/man8/sftp-server.8 CONFLICTS+= openssh-[0-9]* openssh+gssapi-[0-9]* |