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
bf3d6ea1
"vscode:/vscode.git/clone" did not exist on "65fb7732fc5f95edea30019296b1940c759ae321"
Commit
bf3d6ea1
authored
Apr 02, 2022
by
Hugo van Kemenade
Browse files
Use mirror instead of flaky sourceware.org
parent
bce1637e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library_builders.sh
library_builders.sh
+1
-1
No files found.
library_builders.sh
View file @
bf3d6ea1
...
@@ -182,7 +182,7 @@ function build_libpng {
...
@@ -182,7 +182,7 @@ function build_libpng {
function
build_bzip2
{
function
build_bzip2
{
if
[
-n
"
$IS_MACOS
"
]
;
then return
;
fi
# OSX has bzip2 libs already
if
[
-n
"
$IS_MACOS
"
]
;
then return
;
fi
# OSX has bzip2 libs already
if
[
-e
bzip2-stamp
]
;
then return
;
fi
if
[
-e
bzip2-stamp
]
;
then return
;
fi
fetch_unpack https://sourceware
.org/pub
/bzip2/bzip2-
${
BZIP2_VERSION
}
.tar.gz
fetch_unpack https://
mirrors.kernel.org/
sourceware/bzip2/bzip2-
${
BZIP2_VERSION
}
.tar.gz
(
cd
bzip2-
${
BZIP2_VERSION
}
\
(
cd
bzip2-
${
BZIP2_VERSION
}
\
&&
make
-f
Makefile-libbz2_so
\
&&
make
-f
Makefile-libbz2_so
\
&&
make
install
PREFIX
=
$BUILD_PREFIX
)
&&
make
install
PREFIX
=
$BUILD_PREFIX
)
...
...
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