pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 18:32:35 UTC 2018

Modified Files:
        pkgsrc/security/gnutls: Makefile

Log Message:
gnutls: be explicit about --without-idn


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/security/gnutls/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.189 pkgsrc/security/gnutls/Makefile:1.190
--- pkgsrc/security/gnutls/Makefile:1.189       Fri Sep 21 14:20:11 2018
+++ pkgsrc/security/gnutls/Makefile     Thu Sep 27 18:32:35 2018
@@ -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 @@ GNU_CONFIGURE=                        yes
 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