diff --git a/openssl.spec b/openssl.spec index 2388033..65828bb 100644 --- a/openssl.spec +++ b/openssl.spec @@ -211,7 +211,7 @@ export HASHBANGPERL=/usr/bin/perl # Do not run this in a production package the FIPS symbols must be patched-in #util/mkdef.pl crypto update -make all +make -s %{?_smp_mflags} all # Clean up the .pc files for i in libcrypto.pc libssl.pc openssl.pc ; do @@ -235,7 +235,7 @@ OPENSSL_ENABLE_MD5_VERIFY= export OPENSSL_ENABLE_MD5_VERIFY OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file export OPENSSL_SYSTEM_CIPHERS_OVERRIDE -make test +make test HARNESS_JOBS=8 # Add generation of HMAC checksum of the final stripped library #%define __spec_install_post \