From e9d5aad98db3731eb73837773ab8117b54598196 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 2 Oct 2017 15:32:16 -0400 Subject: [PATCH 7/7] 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 332152d..52d080a 100644 --- a/SPECS/openssh.spec +++ b/SPECS/openssh.spec @@ -589,7 +589,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. @@ -615,7 +615,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 -- 1.9.1