mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +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: 8fb9dc7425
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"
|
files="https://www.zlib.net/zlib-1.2.11.tar.gz zlib-1.2.11.tar.gz"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
run ./configure
|
run ./configure --static
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue