Remove test while building openssl

Fixes fork() issue
This commit is contained in:
Felix Schulze 2019-11-27 15:54:05 +01:00 committed by Davide De Rosa
parent 8f9c6d9520
commit 2148236b16
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ run_configure()
echo " Configure..."
set +e
if [ "${LOG_VERBOSE}" == "verbose" ]; then
./Configure ${LOCAL_CONFIG_OPTIONS} | tee "${LOG}"
./Configure ${LOCAL_CONFIG_OPTIONS} no-tests | tee "${LOG}"
else
(./Configure ${LOCAL_CONFIG_OPTIONS} > "${LOG}" 2>&1) & spinner
(./Configure ${LOCAL_CONFIG_OPTIONS} no-tests > "${LOG}" 2>&1) & spinner
fi
# Check for error status