Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dbdf9f4

Browse filesBrowse files
authored
fixes dynamic reference to libz
1 parent ad84ef2 commit dbdf9f4
Copy full SHA for dbdf9f4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.