mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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
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