From cafbc89fe92b6536c020af66f3183cd67f6cc752 Mon Sep 17 00:00:00 2001 From: Fabio Di Francesco Date: Mon, 19 May 2025 09:12:51 +0200 Subject: [PATCH] fix dynamic linked deps --- recipes/games/gigalomania/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/games/gigalomania/recipe.sh b/recipes/games/gigalomania/recipe.sh index d29aad06..77890f7b 100644 --- a/recipes/games/gigalomania/recipe.sh +++ b/recipes/games/gigalomania/recipe.sh @@ -11,7 +11,7 @@ function recipe_version { function recipe_build { export CPPHOST=${HOST}-g++ sysroot="$(realpath ../sysroot)" - export LDFLAGS="-L$sysroot/lib --static" + export LDFLAGS="-L$sysroot/lib -rdynamic" export CPPFLAGS="-I$sysroot/include" "$REDOX_MAKE" all -j"$($NPROC)" skip=1