Skip to content

Commit

Permalink
Updated zlib on musllinux to 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 3, 2022
1 parent d3649a3 commit ce097fa
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ TIFF_VERSION=4.3.0
LCMS2_VERSION=2.13.1
if [[ -n "$IS_MACOS" ]]; then
GIFLIB_VERSION=5.1.4
ZLIB_VERSION=1.2.12
else
GIFLIB_VERSION=5.2.1
fi
if [[ -n "$IS_MACOS" ]] || [[ -n "$IS_ALPINE" ]]; then
ZLIB_VERSION=1.2.12
else
ZLIB_VERSION=1.2.8
fi
LIBWEBP_VERSION=1.2.2
Expand Down Expand Up @@ -55,8 +58,10 @@ function pre_build {
yum remove -y zlib-devel
fi

# Workaround for zlib 1.2.12
export cc=$CC
if [[ -n "$IS_MACOS" ]]; then
# Workaround for zlib 1.2.12
export cc=$CC
fi
build_new_zlib

if [ -n "$IS_MACOS" ]; then
Expand Down

0 comments on commit ce097fa

Please sign in to comment.