mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-02-16 12:52:12 +00:00
Remove test while building openssl
Fixes fork() issue
This commit is contained in:
parent
8f9c6d9520
commit
2148236b16
@ -138,9 +138,9 @@ run_configure()
|
|||||||
echo " Configure..."
|
echo " Configure..."
|
||||||
set +e
|
set +e
|
||||||
if [ "${LOG_VERBOSE}" == "verbose" ]; then
|
if [ "${LOG_VERBOSE}" == "verbose" ]; then
|
||||||
./Configure ${LOCAL_CONFIG_OPTIONS} | tee "${LOG}"
|
./Configure ${LOCAL_CONFIG_OPTIONS} no-tests | tee "${LOG}"
|
||||||
else
|
else
|
||||||
(./Configure ${LOCAL_CONFIG_OPTIONS} > "${LOG}" 2>&1) & spinner
|
(./Configure ${LOCAL_CONFIG_OPTIONS} no-tests > "${LOG}" 2>&1) & spinner
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for error status
|
# Check for error status
|
||||||
|
Loading…
Reference in New Issue
Block a user