Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
0d02ad9b
Unverified
Commit
0d02ad9b
authored
Nov 04, 2016
by
Matthew Brett
Browse files
Try to fix curl build for manylinux
parent
c0e6667f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library_builders.sh
library_builders.sh
+2
-2
No files found.
library_builders.sh
View file @
0d02ad9b
...
...
@@ -252,13 +252,13 @@ function build_curl {
if
[
-n
"
$IS_OSX
"
]
;
then
flags
=
"--with-darwinssl"
else
# manylinux
prefix
=
"LIBS=-ldl"
flags
=
"--with-ssl"
build_openssl
fi
fetch_unpack https://curl.haxx.se/download/curl-
${
CURL_VERSION
}
.tar.gz
(
cd
curl-
${
CURL_VERSION
}
\
&&
$prefix
./configure
--prefix
=
$BUILD_PREFIX
$flags
\
&&
if
[
-z
"
$IS_OSX
"
]
;
then
LIBS
=
-ldl
;
fi
\
&&
./configure
--prefix
=
$BUILD_PREFIX
$flags
\
&&
make
\
&&
make
install
)
touch
curl-stamp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment