From abce13bbc0a58025b138d8a1c549f0260778a274 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 13 Jun 2025 15:11:57 -0600 Subject: [PATCH] freeciv: fix compilation --- recipes/games/freeciv/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/games/freeciv/recipe.toml b/recipes/games/freeciv/recipe.toml index 1ee115450..a82782047 100644 --- a/recipes/games/freeciv/recipe.toml +++ b/recipes/games/freeciv/recipe.toml @@ -24,6 +24,8 @@ dependencies = [ template = "custom" script = """ DYNAMIC_INIT +export CURL_LIBS="-lcurl -lnghttp2 -lssl -lcrypto" +export CURL_MIME_API_LIBS="${CURL_LIBS}" export ICU_LIBS="-licuuc -licudata -lstdc++" export SDL2_LIBS="\ -lSDL2_gfx \