We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad84ef2 + 481216a commit 9878601Copy full SHA for 9878601
build-ffmpeg
@@ -352,7 +352,7 @@ fi
352
if build "zlib"; then
353
download "https://www.zlib.net/zlib-1.2.11.tar.gz" "zlib-1.2.11.tar.gz"
354
cd "$PACKAGES"/zlib-1.2.11 || exit
355
- execute ./configure --prefix="${WORKSPACE}"
+ execute ./configure --static --prefix="${WORKSPACE}"
356
execute make -j $MJOBS
357
execute make install
358
build_done "zlib"
0 commit comments