pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ldns Add configure option to enable sha256 digest ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0731172a5204
branches:  trunk
changeset: 553635:0731172a5204
user:      explorer <explorer%pkgsrc.org@localhost>
date:      Mon Jan 26 23:38:13 2009 +0000

description:
Add configure option to enable sha256 digest types, as these are seen in the wild. Bump to revision nb1.

diffstat:

 net/ldns/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 73e164a3df61 -r 0731172a5204 net/ldns/Makefile
--- a/net/ldns/Makefile Mon Jan 26 22:50:35 2009 +0000
+++ b/net/ldns/Makefile Mon Jan 26 23:38:13 2009 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2008/12/17 17:52:33 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/01/26 23:38:13 explorer Exp $
 
 DISTNAME=      ldns-1.4.0
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/drill/
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/ldns/
+PKGREVISION=    1
 
 MAINTAINER=    he%NetBSD.org@localhost
 HOMEPAGE=      http://www.nlnetlabs.nl/projects/ldns/
@@ -14,6 +15,7 @@
 USE_TOOLS+=            gmake perl
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --enable-sha2
 
 REPLACE_PERL=  doc/doxyparse.pl
 



Home | Main Index | Thread Index | Old Index