remove -j patch from openssh
This removed 0001-Further-parallelize-openssh-bu meta patch. Story: 2003803 Task: 26543 Change-Id: I0fbfe404711dc5fd3cb9b931eaac523b775a1a71 Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
parent
0844ed02bb
commit
37589d713b
@ -1,34 +0,0 @@
|
|||||||
From 43675576fe1d5780e042852365981bd2b8fa9e0e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Scott Little <scott.little@windriver.com>
|
|
||||||
Date: Mon, 2 Oct 2017 15:32:16 -0400
|
|
||||||
Subject: [4/6] WRS: 0001-Further-parallelize-openssh-build.patch
|
|
||||||
|
|
||||||
---
|
|
||||||
SPECS/openssh.spec | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/SPECS/openssh.spec b/SPECS/openssh.spec
|
|
||||||
index be83a63..39bbcac 100644
|
|
||||||
--- a/SPECS/openssh.spec
|
|
||||||
+++ b/SPECS/openssh.spec
|
|
||||||
@@ -606,7 +606,7 @@ fi
|
|
||||||
perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a|g" Makefile
|
|
||||||
%endif
|
|
||||||
|
|
||||||
-make
|
|
||||||
+make -j"%(nproc)"
|
|
||||||
|
|
||||||
# Define a variable to toggle gnome1/gtk2 building. This is necessary
|
|
||||||
# because RPM doesn't handle nested %if statements.
|
|
||||||
@@ -632,7 +632,7 @@ popd
|
|
||||||
pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
|
|
||||||
LDFLAGS="$SAVE_LDFLAGS"
|
|
||||||
%configure --with-selinux --libexecdir=/%{_libdir}/security --with-mantype=man
|
|
||||||
-make
|
|
||||||
+make -j"%(nproc)"
|
|
||||||
popd
|
|
||||||
%endif
|
|
||||||
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
@ -4,6 +4,5 @@ openssh-service-file.patch
|
|||||||
openssh-spec-file-add-init.patch
|
openssh-spec-file-add-init.patch
|
||||||
0001-Update-package-versioning-for-TIS-format.patch
|
0001-Update-package-versioning-for-TIS-format.patch
|
||||||
openssh-init-script-kill-old-instances-on-start.patch
|
openssh-init-script-kill-old-instances-on-start.patch
|
||||||
0001-Further-parallelize-openssh-build.patch
|
|
||||||
spec-remove-TC-config-files.patch
|
spec-remove-TC-config-files.patch
|
||||||
spec-harden-server-and-client-config.patch
|
spec-harden-server-and-client-config.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user