summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2014-04-19 18:03:24 +0200
committerRomain Francoise <rfrancoise@debian.org>2014-04-19 18:03:24 +0200
commit348b5ce74d2e8f9075d76cba8f51bb3f60393d2f (patch)
treead2e7982512ba976119ebe899691f2a860c2bf7f /debian/patches
parentcea87cc8245e4efee91506261ca44dbcab8c4077 (diff)
downloadvyos-strongswan-348b5ce74d2e8f9075d76cba8f51bb3f60393d2f.tar.gz
vyos-strongswan-348b5ce74d2e8f9075d76cba8f51bb3f60393d2f.zip
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.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/02_disable-libtls-tests.patch8
-rw-r--r--debian/patches/series1
2 files changed, 9 insertions, 0 deletions
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