remove -j patch from sudo
This is removing 0003-Further-parallelize-sudo-build.patch and rename 0004-remove-make-check.patch to 0003-remove-make-check.patch Change-Id: Ia1d5364000d05a7a559c047347c1c506674642a4 Story: 2003803 Tash: 26544 Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
parent
37589d713b
commit
0858052be9
@ -1,25 +0,0 @@
|
||||
From 6013de8f9571574f6aba9431f7f51ee9ef8cf199 Mon Sep 17 00:00:00 2001
|
||||
From: Scott Little <scott.little@windriver.com>
|
||||
Date: Mon, 2 Oct 2017 16:50:44 -0400
|
||||
Subject: WRS: 0003-Further-parallelize-sudo-build.patch
|
||||
|
||||
---
|
||||
SPECS/sudo.spec | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/SPECS/sudo.spec b/SPECS/sudo.spec
|
||||
index acbcb26..8c3f395 100644
|
||||
--- a/SPECS/sudo.spec
|
||||
+++ b/SPECS/sudo.spec
|
||||
@@ -164,7 +164,7 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" SHL
|
||||
--with-sssd
|
||||
# --without-kerb5 \
|
||||
# --without-kerb4
|
||||
-make
|
||||
+make -j"%(nproc)"
|
||||
|
||||
make check
|
||||
|
||||
--
|
||||
2.7.4
|
||||
|
@ -1,4 +1,3 @@
|
||||
0001-Update-package-versioning-for-TIS-format.patch
|
||||
0002-spec-include-TiS-changes.patch
|
||||
0003-Further-parallelize-sudo-build.patch
|
||||
0004-remove-make-check.patch
|
||||
0003-remove-make-check.patch
|
||||
|
Loading…
Reference in New Issue
Block a user