From 70567356f6b3a52c5d0ac0af04bb7b45de6ebfb5 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Sat, 18 Apr 2026 11:21:19 +0100 Subject: [PATCH] Wire relibc patch bundle via recipe patches field --- recipes/core/relibc/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/core/relibc/recipe.toml b/recipes/core/relibc/recipe.toml index 4aba4531..af2e2ab7 100644 --- a/recipes/core/relibc/recipe.toml +++ b/recipes/core/relibc/recipe.toml @@ -1,5 +1,6 @@ [source] git = "https://gitlab.redox-os.org/redox-os/relibc.git" +patches = ["redox.patch"] [build] template = "custom"