pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/dnssec-tools Added the correct NSEC3 option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5f58ecbce7d
branches:  trunk
changeset: 577872:b5f58ecbce7d
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Fri Jul 23 08:42:05 2010 +0000

description:
Added the correct NSEC3 option

diffstat:

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

diffs (18 lines):

diff -r c89058b9a573 -r b5f58ecbce7d security/dnssec-tools/Makefile
--- a/security/dnssec-tools/Makefile    Fri Jul 23 08:13:17 2010 +0000
+++ b/security/dnssec-tools/Makefile    Fri Jul 23 08:42:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/07/22 21:08:26 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2010/07/23 08:42:05 pettai Exp $
 #
 
 DISTNAME=      dnssec-tools-1.7
@@ -34,7 +34,7 @@
 PERL5_PACKLIST+=       auto/dnssec-tools/.packlist
 
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=        --enable-nsec3
+CONFIGURE_ARGS+=        --with-nsec3
 CONFIGURE_ARGS+=       --with-resolv-conf=${PKG_SYSCONFDIR}/dnssec-tools/resolv.conf
 CONFIGURE_ARGS+=       --with-root-hints=${PKG_SYSCONFDIR}/dnssec-tools/root.hints
 CONFIGURE_ARGS+=       --with-perl-build-args="INSTALLDIRS=vendor DESTDIR=${DESTDIR}"



Home | Main Index | Thread Index | Old Index