Skip to content

Commit

Permalink
show config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 10, 2023
1 parent 748391a commit f7c1ca1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,8 @@ build_single_target() {
else
if [ "${_CRT}" = 'musl' ] && [ "${_HOST}" != 'mac' ] && [ "${_DISTRO}" != 'alpine' ]; then
# method 1
# FIXME: Downside: supports the prefix-less gcc only.
# Migrate to the manual method for better control over this.
# Only for CC, not for binutils
_CCPREFIX='musl-'
_CCSUFFIX=''
Expand Down
1 change: 1 addition & 0 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
extra="${extra} checksec"
if [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
extra="${extra} musl musl-dev musl-tools"
[[ "${CW_CONFIG:-}" = *'gcc'* ]] && extra="${extra} g++"
# for openssl 'secure-memory' feature
if [ "$(uname -m)" = 'aarch64' ]; then
extra="${extra} linux-headers-arm64"
Expand Down
3 changes: 2 additions & 1 deletion libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ _VER="$1"
--disable-shared \
--disable-tests \
"--prefix=${_my_prefix}" \
"--with-openssldir=${_my_prefix}/${_ssldir}" --silent
"--with-openssldir=${_my_prefix}/${_ssldir}" || true
cat config.log
)

# Ending slash required.
Expand Down

0 comments on commit f7c1ca1

Please sign in to comment.