From 083c43634c039dffe6ef53a81e7fa2411688f89c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 May 2025 12:45:19 -0600 Subject: [PATCH] fontconfig: fix compilation of dynamic libraries --- recipes/dev/fontconfig/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/dev/fontconfig/recipe.toml b/recipes/dev/fontconfig/recipe.toml index 10cd58be4..d49d5184f 100644 --- a/recipes/dev/fontconfig/recipe.toml +++ b/recipes/dev/fontconfig/recipe.toml @@ -5,7 +5,8 @@ patches = [ "redox.patch" ] 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]