Skip to content

Commit 481216a

Browse files
authored
Merge pull request #1 from chebum/fix-dynamic-libz
Dynamic reference for libz
2 parents ad84ef2 + dbdf9f4 commit 481216a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ fi
352352
if build "zlib"; then
353353
download "https://www.zlib.net/zlib-1.2.11.tar.gz" "zlib-1.2.11.tar.gz"
354354
cd "$PACKAGES"/zlib-1.2.11 || exit
355-
execute ./configure --prefix="${WORKSPACE}"
355+
execute ./configure --static --prefix="${WORKSPACE}"
356356
execute make -j $MJOBS
357357
execute make install
358358
build_done "zlib"

0 commit comments

Comments
 (0)