diff options
Diffstat (limited to 'debian/patches/04_disable-libtls-tests.patch')
-rw-r--r-- | debian/patches/04_disable-libtls-tests.patch | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/patches/04_disable-libtls-tests.patch b/debian/patches/04_disable-libtls-tests.patch index a0b421596..1b127e5fc 100644 --- a/debian/patches/04_disable-libtls-tests.patch +++ b/debian/patches/04_disable-libtls-tests.patch @@ -1,6 +1,17 @@ +From: Romain Francoise <rfrancoise@debian.org> +Date: Wed, 2 Jan 2019 11:34:18 +0100 +Subject: Disable libtls tests + +They're too intensive for the buildd network and cause FTBFS +--- + src/libtls/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/libtls/Makefile.am b/src/libtls/Makefile.am +index b649636..635be38 100644 --- a/src/libtls/Makefile.am +++ b/src/libtls/Makefile.am -@@ -26,4 +26,4 @@ +@@ -26,4 +26,4 @@ nobase_tls_include_HEADERS = \ tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h endif |