From fcd1190eae3c853d6db339ebb8476e46914ea45a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 23 Jun 2026 14:05:40 -0600 Subject: [PATCH] openttd: compile dynamically --- recipes/games/openttd/recipe.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/games/openttd/recipe.toml b/recipes/games/openttd/recipe.toml index a3b352457..2d5b2e18b 100644 --- a/recipes/games/openttd/recipe.toml +++ b/recipes/games/openttd/recipe.toml @@ -16,6 +16,8 @@ dependencies = [ "zlib", ] script = """ +DYNAMIC_INIT + rsync -av --delete "${COOKBOOK_SOURCE}/" ./ # Unsure if the bundle dir is necessary @@ -25,7 +27,7 @@ rsync -av --delete "${COOKBOOK_SOURCE}/" ./ --build="$(gcc -dumpmachine)" \\ --host="${TARGET}" \\ --prefix="" \\ - --enable-static \\ + --disable-static \\ --without-liblzo2 \\ --disable-network \\ --without-threads