File: 04_disable-libtls-tests.patch

package info (click to toggle)
strongswan 6.0.1-6%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 60,812 kB
  • sloc: ansic: 403,665; sh: 11,015; makefile: 6,263; sql: 2,875; javascript: 1,948; python: 927; 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 (3)
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 = .