mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +00:00
Ports: Fix zlib build
We only support static linking at the moment, and zlib was trying to build itself as a shared library. Fixes #1135.
This commit is contained in:
parent
22d563b1aa
commit
8fb9dc7425
Notes:
sideshowbarker
2024-07-19 09:48:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8fb9dc74257
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ useconfigure=true
|
|||
files="https://www.zlib.net/zlib-1.2.11.tar.gz zlib-1.2.11.tar.gz"
|
||||
|
||||
configure() {
|
||||
run ./configure
|
||||
run ./configure --static
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue