From 46fe2bcbb4967a3ca1d9f995ce9c154b4c559c9c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 14 May 2025 10:17:46 -0600 Subject: [PATCH] libmodplug1: compile dynamically --- recipes/libs/libmodplug1/recipe.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/libs/libmodplug1/recipe.toml b/recipes/libs/libmodplug1/recipe.toml index 1ab705ccf..3e3420c02 100644 --- a/recipes/libs/libmodplug1/recipe.toml +++ b/recipes/libs/libmodplug1/recipe.toml @@ -2,8 +2,13 @@ tar = "https://pilotfiber.dl.sourceforge.net/project/modplug-xmms/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz" blake3 = "01d71f7fe4e1abeb848db02b74c70ab2fd51e824f5ea7e9e18631571a76c3592" script = """ -wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false" +DYNAMIC_INIT +autotools_recursive_regenerate """ [build] -template = "configure" +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""