Skip to content

Commit dc789bf

Browse files
committed
try again
1 parent 3103e22 commit dc789bf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

config.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,9 @@ function build_curl {
4747
if [ -n "$IS_MACOS" ]; then
4848
flags="$flags --with-secure-transport"
4949
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
50+
flags="$flags --with-openssl=${BUILD_PREFIX} --without-ca-bundle --without-ca-path"
51+
# yum_install perl-IPC-Cmd # needed for openssl 3+
5352
# 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
5853
build_openssl
5954
fi
6055
flags="$flags --without-zstd"

0 commit comments

Comments
 (0)