mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
nghttp2: static compilation
This commit is contained in:
parent
9ada0d9674
commit
b24ca8c7e1
@ -12,6 +12,8 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
export CFLAGS="-static"
|
||||
|
||||
./configure \
|
||||
--build="${BUILD}" \
|
||||
--host="${HOST}" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user