diff --git a/el5/SPECS/openssh.spec b/el5/SPECS/openssh.spec index d5d9c8c..694ae0f 100644 --- a/el5/SPECS/openssh.spec +++ b/el5/SPECS/openssh.spec @@ -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 @@ -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} diff --git a/el6/SPECS/openssh.spec b/el6/SPECS/openssh.spec index 55fe493..ec6d5bd 100644 --- a/el6/SPECS/openssh.spec +++ b/el6/SPECS/openssh.spec @@ -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 @@ -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} diff --git a/el7/SPECS/openssh.spec b/el7/SPECS/openssh.spec index eb52212..e180756 100755 --- a/el7/SPECS/openssh.spec +++ b/el7/SPECS/openssh.spec @@ -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 @@ -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}