summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-01-18 05:38:41 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-01-18 06:44:30 (GMT)
commit1499d73bf8d119b9636bb9b4d6dda05155eccc96 (patch)
treeb98abd30c8eef85fcee401b8aec6a31b70fb4eb0
parent33460dc7ef1080e10710d41bd5cceaf5da3cc673 (diff)
downloadmxe-1499d73bf8d119b9636bb9b4d6dda05155eccc96.zip
mxe-1499d73bf8d119b9636bb9b4d6dda05155eccc96.tar.gz
mxe-1499d73bf8d119b9636bb9b4d6dda05155eccc96.tar.bz2
gnutls: disable tests
tests install a dummy libcrypt32 which clobbers the w32api see: https://github.com/mxe/mxe/pull/1541#issuecomment-273373973
-rw-r--r--src/gnutls.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index d1f4dc2..a0b6b12 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -27,6 +27,7 @@ define $(PKG)_BUILD
--disable-nls \
--disable-guile \
--disable-doc \
+ --disable-tests \
--enable-local-libopts \
--with-included-libtasn1 \
--with-libregex-libs="-lgnurx" \