From ea6c8ce9c87a68dc0f48a42d5934368059766389 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 4 Nov 2013 08:22:54 +0000 Subject: Add --without-tpm to configure arguments to have consistency across platforms. Reported by Richard PALO. --- security/gnutls/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/gnutls/Makefile') diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 7c7aaff2f21..d50da0b540f 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -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 @@ CONFIGURE_ARGS+= --without-p11-kit # 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 -- cgit v1.2.3