forked from rpms/openssl
Speeding up building openssl
Resolves: rhbz#1903209 Signed-off-by: Dmitry Belyavskiy <dbelyavs@redhat.com>
This commit is contained in:
parent
e863fff325
commit
b0a763c723
@ -211,7 +211,7 @@ export HASHBANGPERL=/usr/bin/perl
|
|||||||
# Do not run this in a production package the FIPS symbols must be patched-in
|
# Do not run this in a production package the FIPS symbols must be patched-in
|
||||||
#util/mkdef.pl crypto update
|
#util/mkdef.pl crypto update
|
||||||
|
|
||||||
make all
|
make -s %{?_smp_mflags} all
|
||||||
|
|
||||||
# Clean up the .pc files
|
# Clean up the .pc files
|
||||||
for i in libcrypto.pc libssl.pc openssl.pc ; do
|
for i in libcrypto.pc libssl.pc openssl.pc ; do
|
||||||
@ -235,7 +235,7 @@ OPENSSL_ENABLE_MD5_VERIFY=
|
|||||||
export OPENSSL_ENABLE_MD5_VERIFY
|
export OPENSSL_ENABLE_MD5_VERIFY
|
||||||
OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
|
OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
|
||||||
export OPENSSL_SYSTEM_CIPHERS_OVERRIDE
|
export OPENSSL_SYSTEM_CIPHERS_OVERRIDE
|
||||||
make test
|
make test HARNESS_JOBS=8
|
||||||
|
|
||||||
# Add generation of HMAC checksum of the final stripped library
|
# Add generation of HMAC checksum of the final stripped library
|
||||||
#%define __spec_install_post \
|
#%define __spec_install_post \
|
||||||
|
Loading…
Reference in New Issue
Block a user