Skip to content

Commit

Permalink
revert show config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 11, 2023
1 parent a1d97d3 commit 8ed3a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ _VER="$1"
--disable-shared \
--disable-tests \
"--prefix=${_my_prefix}" \
"--with-openssldir=${_my_prefix}/${_ssldir}" || true
cat config.log
"--with-openssldir=${_my_prefix}/${_ssldir}" --silent
)

# Ending slash required.
Expand Down

0 comments on commit 8ed3a72

Please sign in to comment.