From 348b5ce74d2e8f9075d76cba8f51bb3f60393d2f Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 19 Apr 2014 18:03:24 +0200 Subject: Disable the new libtls test suite It appears to be too slow for some archs, although whether that is because of CPU or entropy usage is not clear. --- debian/patches/02_disable-libtls-tests.patch | 8 ++++++++ debian/patches/series | 1 + 2 files changed, 9 insertions(+) create mode 100644 debian/patches/02_disable-libtls-tests.patch diff --git a/debian/patches/02_disable-libtls-tests.patch b/debian/patches/02_disable-libtls-tests.patch new file mode 100644 index 000000000..bb1c0aeb2 --- /dev/null +++ b/debian/patches/02_disable-libtls-tests.patch @@ -0,0 +1,8 @@ +--- a/src/libtls/Makefile.am ++++ b/src/libtls/Makefile.am +@@ -22,4 +22,4 @@ + tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h + endif + +-SUBDIRS = . tests ++SUBDIRS = . diff --git a/debian/patches/series b/debian/patches/series index 2cf256b6c..27732685c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01_fix-manpages.patch +02_disable-libtls-tests.patch -- cgit v1.2.3