summaryrefslogtreecommitdiff
path: root/security/gnutls/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-27 18:32:35 +0000
committertnn <tnn@pkgsrc.org>2018-09-27 18:32:35 +0000
commit6c9e5368e343cd9ee01cc764289eabe5e017bd24 (patch)
treed43fee336e96de99d4b538aea65a4ffb957ca736 /security/gnutls/Makefile
parent9927b9661b51cd1dce5c0af5690597bd5090b097 (diff)
downloadpkgsrc-6c9e5368e343cd9ee01cc764289eabe5e017bd24.tar.gz
gnutls: be explicit about --without-idn
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r--security/gnutls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index f83b25c9c4c..693593c16e0 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -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}