pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnutls gnutls: be explicit about --without-idn



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b874f78a166
branches:  trunk
changeset: 385709:4b874f78a166
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 18:32:35 2018 +0000

description:
gnutls: be explicit about --without-idn

diffstat:

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

diffs (17 lines):

diff -r 88784aa865e1 -r 4b874f78a166 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Thu Sep 27 18:06:36 2018 +0000
+++ b/security/gnutls/Makefile  Thu Sep 27 18:32:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.189 2018/09/21 14:20:11 wiz Exp $
+# $NetBSD: Makefile,v 1.190 2018/09/27 18:32:35 tnn Exp $
 
 DISTNAME=      gnutls-3.6.3
 PKGREVISION=   2
@@ -20,6 +20,7 @@
 CONFIGURE_ARGS+=               --disable-openssl-compatibility
 CONFIGURE_ARGS+=               --disable-guile
 CONFIGURE_ARGS+=               --disable-libdane
+CONFIGURE_ARGS+=               --without-idn
 CONFIGURE_ARGS+=               --without-tpm
 CONFIGURE_ARGS+=               --disable-valgrind-tests
 CONFIGURE_ARGS+=               --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}



Home | Main Index | Thread Index | Old Index