Skip to content

Commit

Permalink
record output from openssl build and install step
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 25, 2025
1 parent 828615b commit b44e956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cibuildwheel/manylinux/build-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ check_sha256sum "${OPENSSL_ROOT}.tar.gz" "${OPENSSL_HASH}"
tar -xzf "${OPENSSL_ROOT}.tar.gz"
pushd "${OPENSSL_ROOT}"
./Configure "--prefix=${PREFIX}" "--openssldir=${PREFIX}" --libdir=lib CPPFLAGS="${MANYLINUX_CPPFLAGS}" CFLAGS="${MANYLINUX_CFLAGS}" CXXFLAGS="${MANYLINUX_CXXFLAGS}" LDFLAGS="${MANYLINUX_LDFLAGS} -Wl,-rpath,\$(LIBRPATH)" > /dev/null
make > /dev/null
make install_sw > /dev/null
make
make install_sw
popd
rm -rf "${OPENSSL_ROOT}" "${OPENSSL_ROOT}.tar.gz"

Expand Down

0 comments on commit b44e956

Please sign in to comment.