mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Build diffutils statically
This commit is contained in:
parent
71d86f1fe1
commit
8277530374
@ -12,6 +12,7 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
export LDFLAGS="-static"
|
||||
autoreconf
|
||||
./configure \
|
||||
--build=${BUILD} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user