diff options
-rw-r--r-- | debian/patches/02_disable-libtls-tests.patch | 8 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 |