We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3103e22 commit dc789bfCopy full SHA for dc789bf
config.sh
@@ -47,14 +47,9 @@ function build_curl {
47
if [ -n "$IS_MACOS" ]; then
48
flags="$flags --with-secure-transport"
49
else # manylinux
50
- flags="$flags --with-openssl=${BUILD_PREFIX}"
51
- # flags="$flags --with-openssl=${BUILD_PREFIX} --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"
52
- # yum_install perl-IPC-Cmd
+ flags="$flags --with-openssl=${BUILD_PREFIX} --without-ca-bundle --without-ca-path"
+ # yum_install perl-IPC-Cmd # needed for openssl 3+
53
# yum_install perl-Pod-Html
54
- # yum_install wget
55
- # wget https://curl.se/ca/cacert.pem
56
- # mkdir -p ${BUILD_PREFIX}/ssl
57
- # mv cacert.pem ${BUILD_PREFIX}/ssl
58
build_openssl
59
fi
60
flags="$flags --without-zstd"
0 commit comments