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 61b1771 commit e6daeb6Copy full SHA for e6daeb6
config.sh
@@ -48,9 +48,9 @@ function build_curl {
48
flags="$flags --with-darwinssl"
49
else # manylinux
50
flags="$flags --with-ssl"
51
- #yum_install perl-IPC-Cmd
52
- #yum_install perl-Pod-Html
53
- yum_install perl-core
+ yum_install perl-IPC-Cmd
+ yum_install perl-Pod-Html
+ #yum_install perl-core # doesn't work?
54
build_openssl
55
fi
56
flags="$flags --without-zstd"
0 commit comments