From 63a458a61098867b6fb322f1180ac6c4be4ece1a Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 3 Aug 2026 12:51:44 +0300 Subject: [PATCH] build: track the libiconv C23 patch symlink recipes/**/*.patch is gitignored, but 01_redox.patch is force-added and tracked. Match that precedent so the patch wiring survives a clean checkout -- recipe.toml lists it, so an untracked symlink would break the build from scratch. --- recipes/libs/libiconv/02-c23-mbrtowc-decl.patch | 1 + 1 file changed, 1 insertion(+) create mode 120000 recipes/libs/libiconv/02-c23-mbrtowc-decl.patch diff --git a/recipes/libs/libiconv/02-c23-mbrtowc-decl.patch b/recipes/libs/libiconv/02-c23-mbrtowc-decl.patch new file mode 120000 index 0000000000..09fc3e6f87 --- /dev/null +++ b/recipes/libs/libiconv/02-c23-mbrtowc-decl.patch @@ -0,0 +1 @@ +../../../local/patches/libiconv/02-c23-mbrtowc-decl.patch \ No newline at end of file