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 cba174c commit 2656db9Copy full SHA for 2656db9
config.sh
@@ -43,11 +43,11 @@ function pip_opts {
43
44
function build_curl {
45
if [ -e curl-stamp ]; then return; fi
46
- local flags="--prefix=$BUILD_PREFIX"
+ local flags="--prefix=$BUILD_PREFIX --disable-ldap"
47
if [ -n "$IS_MACOS" ]; then
48
- flags="$flags --with-darwinssl --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"
+ flags="$flags --with-darwinssl"
49
else # manylinux
50
- flags="$flags --with-ssl"
+ flags="$flags --with-openssl=${BUILD_PREFIX} --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"
51
# yum_install perl-IPC-Cmd
52
# yum_install perl-Pod-Html
53
yum_install wget
0 commit comments