From 7205a48dbe5e7df05db0259d8702e1edd6ee5548 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 4 Aug 2022 09:27:11 -0600
Subject: [PATCH] Make gigalomania static

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

diff --git a/recipes/gigalomania/recipe.sh b/recipes/gigalomania/recipe.sh
index 9b29ce3b7..3563e6ba7 100644
--- a/recipes/gigalomania/recipe.sh
+++ b/recipes/gigalomania/recipe.sh
@@ -16,7 +16,7 @@ function recipe_update {
 function recipe_build {
     export CPPHOST=${HOST}-g++
     sysroot="$(realpath ../sysroot)"
-    export LDFLAGS="-L$sysroot/lib"
+    export LDFLAGS="-L$sysroot/lib --static"
     export CPPFLAGS="-I$sysroot/include"
     "$REDOX_MAKE" all -j"$($NPROC)"
     skip=1
-- 
GitLab