File: disable-jobserver.patch

package info (click to toggle)
wolfssl 5.8.2-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 112,044 kB
  • sloc: ansic: 1,557,756; asm: 385,270; sh: 11,547; cs: 6,567; xml: 3,878; perl: 3,224; ada: 1,879; makefile: 1,454; javascript: 748; python: 591; cpp: 131; ruby: 118; objc: 80; tcl: 73
file content (23 lines) | stat: -rw-r--r-- 841 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
20
21
22
23
Description: Disable job server for autopkgtest.
 The Debian CI system kept showing regressions for using multiple make jobs:
 .
     FAIL stderr: make[2]: warning: -j3 forced in submake: resetting jobserver mode.
 .
 Perhaps this will disable the jobserver.
Author: Felix Lechner <felix.lechner@lease-up.com>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: wolfssl-5.6.6/configure.ac
===================================================================
--- wolfssl-5.6.6.orig/configure.ac
+++ wolfssl-5.6.6/configure.ac
@@ -9366,7 +9366,7 @@ AC_CONFIG_FILES([Makefile
 AC_CONFIG_FILES([scripts/unit.test],[chmod +x scripts/unit.test])
 
 AX_CREATE_GENERIC_CONFIG
-AX_AM_JOBSERVER([yes])
+AX_AM_JOBSERVER([no])
 
 # See Automake 9.4.1 Built Sources Example
 AC_DEFUN([AX_OUT_OF_TREE_FILE],[