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
9e9e4e2d
"vscode:/vscode.git/clone" did not exist on "79096f6b136febad4b8f90cdad911474f860b4c1"
Unverified
Commit
9e9e4e2d
authored
Nov 04, 2016
by
Matthew Brett
Browse files
Add curl build flags for manylinux
parent
07a9cdc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
library_builders.sh
library_builders.sh
+4
-2
No files found.
library_builders.sh
View file @
9e9e4e2d
...
...
@@ -251,12 +251,14 @@ function build_curl {
if
[
-e
curl-stamp
]
;
then return
;
fi
if
[
-n
"
$IS_OSX
"
]
;
then
flags
=
"--with-darwinssl"
else
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
}
\
&&
./configure
--prefix
=
$BUILD_PREFIX
$flags
\
&&
$prefix
./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