Skip to content

Commit

Permalink
smp_mflag
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Aug 26, 2021
1 parent 80fd35b commit 613daa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions el5/SPECS/openssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ mkdir -p openssl
tar xfz %{SOURCE3} --strip-components=1 -C openssl
pushd openssl
./config shared zlib -fPIC
make -j
make %{?_smp_mflags}
popd
%endif

Expand Down Expand Up @@ -265,7 +265,7 @@ export LD_LIBRARY_PATH="%{openssl_dir}"
perl -pi -e "s|-lcrypto|%{openssl_dir}/libcrypto.a -lpthread|g" Makefile
%endif

make -j
make %{?_smp_mflags}

%if ! %{no_x11_askpass}
pushd x11-ssh-askpass-%{aversion}
Expand Down
4 changes: 2 additions & 2 deletions el6/SPECS/openssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ mkdir -p openssl
tar xfz %{SOURCE3} --strip-components=1 -C openssl
pushd openssl
./config shared zlib -fPIC
make -j
make %{?_smp_mflags}
popd
%endif

Expand Down Expand Up @@ -264,7 +264,7 @@ export LD_LIBRARY_PATH="%{openssl_dir}"
perl -pi -e "s|-lcrypto|%{openssl_dir}/libcrypto.a -lpthread|g" Makefile
%endif

make -j
make %{?_smp_mflags}

%if ! %{no_x11_askpass}
pushd x11-ssh-askpass-%{aversion}
Expand Down
4 changes: 2 additions & 2 deletions el7/SPECS/openssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ mkdir -p openssl
tar xfz %{SOURCE3} --strip-components=1 -C openssl
pushd openssl
./config shared zlib -fPIC
make -j
make %{?_smp_mflags}
popd
%endif

Expand Down Expand Up @@ -264,7 +264,7 @@ export LD_LIBRARY_PATH="%{openssl_dir}"
perl -pi -e "s|-lcrypto|%{openssl_dir}/libcrypto.a -lpthread|g" Makefile
%endif

make -j
make %{?_smp_mflags}

%if ! %{no_x11_askpass}
pushd x11-ssh-askpass-%{aversion}
Expand Down

0 comments on commit 613daa1

Please sign in to comment.