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
ba7b0c5d
Commit
ba7b0c5d
authored
Nov 27, 2019
by
Andrew Murray
Browse files
Changed bzip2 download URL
parent
68a4af04
Changes
1
Show 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 @
ba7b0c5d
...
...
@@ -135,7 +135,7 @@ function build_libpng {
function
build_bzip2
{
if
[
-n
"
$IS_OSX
"
]
;
then return
;
fi
# OSX has bzip2 libs already
if
[
-e
bzip2-stamp
]
;
then return
;
fi
fetch_unpack https://
download.sourceforge.net
/bzip2/bzip2-
${
BZIP2_VERSION
}
.tar.gz
fetch_unpack https://
sourceware.org/pub
/bzip2/bzip2-
${
BZIP2_VERSION
}
.tar.gz
(
cd
bzip2-
${
BZIP2_VERSION
}
\
&&
make
-f
Makefile-libbz2_so
\
&&
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