pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnutls Add --without-tpm to configure argumen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/365421726d46
branches:  trunk
changeset: 626201:365421726d46
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 04 08:22:54 2013 +0000

description:
Add --without-tpm to configure arguments to have consistency across
platforms.
Reported by Richard PALO.

diffstat:

 security/gnutls/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1f9c4c613c03 -r 365421726d46 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Mon Nov 04 06:14:32 2013 +0000
+++ b/security/gnutls/Makefile  Mon Nov 04 08:22:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2013/10/31 14:41:48 wiz Exp $
+# $NetBSD: Makefile,v 1.134 2013/11/04 08:22:54 wiz Exp $
 
 DISTNAME=      gnutls-3.2.6
 CATEGORIES=    security devel
@@ -21,6 +21,7 @@
 # this library duplicates (and conflicts with) openssl
 CONFIGURE_ARGS+=       --disable-openssl-compatibility
 CONFIGURE_ARGS+=       --disable-guile
+CONFIGURE_ARGS+=       --without-tpm
 
 TEST_TARGET=           check
 INFO_FILES=            yes



Home | Main Index | Thread Index | Old Index