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

neverball: ensure lz is linked in mapc

parent e0763801
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ function recipe_version { ...@@ -10,7 +10,7 @@ function recipe_version {
function recipe_build { function recipe_build {
set -x set -x
env -i \ env -i \
LDFLAGS="-static" \ LDFLAGS="-static -ljpeg -lpng16 -lz" \
PATH="/usr/bin:/bin" \ PATH="/usr/bin:/bin" \
PKG_CONFIG="pkg-config" \ PKG_CONFIG="pkg-config" \
"$REDOX_MAKE" -j"$($NPROC)" ENABLE_FS=stdio mapc sols "$REDOX_MAKE" -j"$($NPROC)" ENABLE_FS=stdio mapc sols
......
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