File: disable-jobserver.patch

package info (click to toggle)
wolfssl 5.7.2-0.1%2Bdeb13u1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 102,700 kB
  • sloc: ansic: 1,416,923; asm: 352,198; sh: 9,331; xml: 3,878; cs: 3,159; ada: 1,686; makefile: 1,419; javascript: 748; perl: 401; cpp: 97; 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],[