File: 04_disable-libtls-tests.patch

package info (click to toggle)
strongswan 6.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 61,584 kB
  • sloc: ansic: 405,188; sh: 11,621; makefile: 6,254; sql: 2,885; javascript: 1,948; python: 990; xml: 608; perl: 586; cs: 522; lex: 485; yacc: 443; ruby: 398; ada: 114
file content (19 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Romain Francoise <rfrancoise@debian.org>
Date: Wed, 2 Jan 2019 11:34:18 +0100
Subject: Disable libtls tests

They're too intensive for the buildd network and cause FTBFS
---
 src/libtls/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libtls/Makefile.am b/src/libtls/Makefile.am
index db31b80..7fbf8c4 100644
--- a/src/libtls/Makefile.am
+++ b/src/libtls/Makefile.am
@@ -29,4 +29,4 @@ nobase_tls_include_HEADERS = \
 	tls_peer.h tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h
 endif
 
-SUBDIRS = . tests
+SUBDIRS = .