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 481216a

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

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.