diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/04_disable-libtls-tests.patch | 8 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 |