pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ldns exactly disable sha2 for OpenSSL<0.9.8, PR#40...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b73786c3c121
branches:  trunk
changeset: 587670:b73786c3c121
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Apr 12 11:33:33 2011 +0000

description:
exactly disable sha2 for OpenSSL<0.9.8, PR#40602.

diffstat:

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

diffs (18 lines):

diff -r 67f6f1585e15 -r b73786c3c121 net/ldns/Makefile
--- a/net/ldns/Makefile Tue Apr 12 08:58:07 2011 +0000
+++ b/net/ldns/Makefile Tue Apr 12 11:33:33 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/03/21 13:10:58 pettai Exp $
+# $NetBSD: Makefile,v 1.15 2011/04/12 11:33:33 obache Exp $
 
 DISTNAME=      ldns-1.6.9
 CATEGORIES=    net
@@ -38,6 +38,8 @@
 .endif
 .if ${PLIST_VARS.sha2} == "yes"
 CONFIGURE_ARGS+=       --enable-sha2
+.else
+CONFIGURE_ARGS+=       --disable-sha2
 .endif
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE}
 CONFIGURE_ARGS+=       DOXYGEN=${FALSE}



Home | Main Index | Thread Index | Old Index