Skip to content
Snippets Groups Projects
Verified Commit b5ff69a0 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Build dash statically

parent 5f795c0d
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment