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

Merge branch 'samuela-master-patch-85258' into 'master'

Make sure we're cross-compiling zlib

See merge request !233
parents b3d66183 729773db
No related branches found
No related tags found
1 merge request!233Make sure we're cross-compiling zlib
...@@ -12,7 +12,8 @@ function recipe_update { ...@@ -12,7 +12,8 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
./configure --static --prefix=/ # See https://stackoverflow.com/questions/21396988/zlib-build-not-configuring-properly-with-cross-compiler-ignores-ar.
CHOST=x86_64-unknown-redox ./configure --static --prefix=/
make -j"$(nproc)" make -j"$(nproc)"
skip=1 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