Files
pkgsrc-ng/security/gnutls/patches/patch-tests_openpgp-certs_Makefile.in
2016-01-21 23:41:46 +01:00

17 lines
706 B
Plaintext

$NetBSD: patch-tests_openpgp-certs_Makefile.in,v 1.3 2015/06/01 21:50:22 spz Exp $
Disable testcerts test. Hangs on NetBSD-6.99.28/amd64 with gnutls-3.8.2.1.
Please retest during updates.
--- tests/openpgp-certs/Makefile.in.orig 2015-05-03 17:30:57.000000000 +0000
+++ tests/openpgp-certs/Makefile.in
@@ -1413,7 +1413,7 @@ dist_check_SCRIPTS = testselfsigs testce
# The selftest is disabled until we can make it work under Wine and
# under Debian buildds (problem with 127.0.0.2?).
-@ENABLE_OPENPGP_TRUE@TESTS = testselfsigs $(am__append_1)
+@ENABLE_OPENPGP_TRUE@TESTS = testselfsigs # $(am__append_1)
TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
LC_ALL="C" \
top_builddir="$(top_builddir)" \