summaryrefslogtreecommitdiff
path: root/debian/patches/04_disable-libtls-tests.patch
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2019-01-02 11:40:21 +0100
committerYves-Alexis Perez <corsac@debian.org>2019-01-02 11:40:21 +0100
commitb832ef5d09a9fc8c5f6bfe24b01ba98a01b7d5d6 (patch)
tree9e6a11fd34b72f894e50483a2d631569ad54f93c /debian/patches/04_disable-libtls-tests.patch
parenta612725b0b1bd3a0cde37d94151058139b4199f9 (diff)
downloadvyos-strongswan-b832ef5d09a9fc8c5f6bfe24b01ba98a01b7d5d6.tar.gz
vyos-strongswan-b832ef5d09a9fc8c5f6bfe24b01ba98a01b7d5d6.zip
d/patches: import patches in gbp pq
Diffstat (limited to 'debian/patches/04_disable-libtls-tests.patch')
-rw-r--r--debian/patches/04_disable-libtls-tests.patch13
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