From 55700b73b33dbdad4fa17ca2da5ed2cfeef5da7d Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 19 Oct 2024 18:01:44 -0600
Subject: [PATCH] neverball: ensure lz is linked in mapc

---
 recipes/games/neverball/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/games/neverball/recipe.sh b/recipes/games/neverball/recipe.sh
index c1ce70eb4..39a3e5f5c 100644
--- a/recipes/games/neverball/recipe.sh
+++ b/recipes/games/neverball/recipe.sh
@@ -10,7 +10,7 @@ function recipe_version {
 function recipe_build {
     set -x
     env -i \
-        LDFLAGS="-static" \
+        LDFLAGS="-static -ljpeg -lpng16 -lz" \
         PATH="/usr/bin:/bin" \
         PKG_CONFIG="pkg-config" \
     "$REDOX_MAKE" -j"$($NPROC)" ENABLE_FS=stdio mapc sols
-- 
GitLab