Skip to content

Commit e6daeb6

Browse files
author
Jeff Whitaker
committed
update
1 parent 61b1771 commit e6daeb6

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
@@ -48,9 +48,9 @@ function build_curl {
4848
flags="$flags --with-darwinssl"
4949
else # manylinux
5050
flags="$flags --with-ssl"
51-
#yum_install perl-IPC-Cmd
52-
#yum_install perl-Pod-Html
53-
yum_install perl-core
51+
yum_install perl-IPC-Cmd
52+
yum_install perl-Pod-Html
53+
#yum_install perl-core # doesn't work?
5454
build_openssl
5555
fi
5656
flags="$flags --without-zstd"

0 commit comments

Comments
 (0)