summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2014-10-23 18:12:42 +0200
committerRomain Francoise <rfrancoise@debian.org>2014-10-23 18:12:42 +0200
commit899ca346cb49af426aa1518e2b6a0d4aa0fb2fd4 (patch)
tree6403f6cb4178647e0cae776fcd8405557f50e99b /debian/patches
parent937f8a3f153d4756cca72ed8a235357e4a88188d (diff)
downloadvyos-strongswan-899ca346cb49af426aa1518e2b6a0d4aa0fb2fd4.tar.gz
vyos-strongswan-899ca346cb49af426aa1518e2b6a0d4aa0fb2fd4.zip
Disable libtls tests again for 5.2.1-3
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/04_disable-libtls-tests.patch8
-rw-r--r--debian/patches/series1
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/patches/04_disable-libtls-tests.patch b/debian/patches/04_disable-libtls-tests.patch
new file mode 100644
index 000000000..a0b421596
--- /dev/null
+++ b/debian/patches/04_disable-libtls-tests.patch
@@ -0,0 +1,8 @@
+--- a/src/libtls/Makefile.am
++++ b/src/libtls/Makefile.am
+@@ -26,4 +26,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 ed4f144f3..c14ab5dac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_fix-manpages.patch
02_chunk-endianness.patch
03_systemd-service.patch
+04_disable-libtls-tests.patch