Package: xdffileio / 0.3-4

serial-tests.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix frequent parallel FTBFS by using the serial test harness
Author: Adrian Bunk <bunk@debian.org>

--- xdffileio-0.3.orig/configure.ac
+++ xdffileio-0.3/configure.ac
@@ -20,7 +20,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config/config.h])
 
 # Setup automake
-AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2 color-tests])
+AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2 color-tests serial-tests])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])