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