mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Build dash statically
This commit is contained in:
parent
5f795c0df9
commit
b5ff69a073
@ -13,7 +13,12 @@ function recipe_update {
|
||||
|
||||
function recipe_build {
|
||||
./autogen.sh
|
||||
./configure --build=${BUILD} --host=${HOST} --prefix=/ cross_compiling=yes
|
||||
./configure \
|
||||
--build=${BUILD} \
|
||||
--host=${HOST} \
|
||||
--prefix=/ \
|
||||
--enable-static \
|
||||
cross_compiling=yes
|
||||
make -j"$(nproc)"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user