summaryrefslogtreecommitdiff
path: root/debian/patches/04_disable-libtls-tests.patch
blob: 1b127e5fc1242382969a714357a82844f63ad72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 @@ nobase_tls_include_HEADERS = \
 	tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h
 endif
 
-SUBDIRS = . tests
+SUBDIRS = .