Skip to content

Commit 2656db9

Browse files
author
Jeff Whitaker
committed
retry
1 parent cba174c commit 2656db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ function pip_opts {
4343

4444
function build_curl {
4545
if [ -e curl-stamp ]; then return; fi
46-
local flags="--prefix=$BUILD_PREFIX"
46+
local flags="--prefix=$BUILD_PREFIX --disable-ldap"
4747
if [ -n "$IS_MACOS" ]; then
48-
flags="$flags --with-darwinssl --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"
48+
flags="$flags --with-darwinssl"
4949
else # manylinux
50-
flags="$flags --with-ssl"
50+
flags="$flags --with-openssl=${BUILD_PREFIX} --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"
5151
# yum_install perl-IPC-Cmd
5252
# yum_install perl-Pod-Html
5353
yum_install wget

0 commit comments

Comments
 (0)