From 29c1f6dac59439e58c311fefa722fbfed40e5dc6 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 6 Oct 2005 11:43:10 +0000 Subject: Use GNU m4 to fix assembler code used in included nettle library. Makes lsh work much better. Bump PGKREVISION. Problem analyzed by author. --- security/lsh2/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'security/lsh2') 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]* -- cgit v1.2.3