diff options
author | wiz <wiz> | 2005-10-06 11:43:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-06 11:43:10 +0000 |
commit | c46496c7f283dfe708bf1e79b953bd5d901ad8c9 (patch) | |
tree | fef081101318dfa83567237871b893ce0000edef /security/lsh2 | |
parent | f957f41c35021fe436e9c13b6ea99694b8c50ac9 (diff) | |
download | pkgsrc-c46496c7f283dfe708bf1e79b953bd5d901ad8c9.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/lsh2')
-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]* |