From d5b63b1f01b395b9e68e9a996513603a80b80691 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 23 Jun 2026 14:25:14 -0600 Subject: [PATCH] schismtracker: compile dynamically --- recipes/tools/schismtracker/recipe.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/tools/schismtracker/recipe.toml b/recipes/tools/schismtracker/recipe.toml index 7d08b5ad5..c55a97a20 100644 --- a/recipes/tools/schismtracker/recipe.toml +++ b/recipes/tools/schismtracker/recipe.toml @@ -14,6 +14,8 @@ dependencies = [ "libiconv", ] script = """ +DYNAMIC_INIT + export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/SDL" export SDL_CONFIG="${COOKBOOK_SYSROOT}/bin/sdl-config" @@ -25,4 +27,4 @@ COOKBOOK_CONFIGURE_FLAGS=( ) cookbook_configure -""" \ No newline at end of file +"""