From dea2a1fa20fc8e843cd85e5920a67b9054d00b2e Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sun, 24 May 2026 15:40:32 +0000 Subject: Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI] --- repos/core/musl/default-locpath.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 repos/core/musl/default-locpath.patch (limited to 'repos/core/musl/default-locpath.patch') diff --git a/repos/core/musl/default-locpath.patch b/repos/core/musl/default-locpath.patch deleted file mode 100644 index a6080d44..00000000 --- a/repos/core/musl/default-locpath.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/locale/locale_map.c 2024-05-12 20:33:15.000000000 +0100 -+++ b/src/locale/locale_map.c 2024-05-20 22:53:02.685916344 +0100 -@@ -64,7 +64,10 @@ - if (!strcmp(val, p->name)) return p; - - if (!libc.secure) path = getenv("MUSL_LOCPATH"); -- /* FIXME: add a default path? */ -+ if (!path) { -+ // Provided by musl-locales -+ path = "/usr/share/i18n/locales/musl"; -+ } - - if (path) for (; *path; path=z+!!*z) { - z = __strchrnul(path, ':'); -- cgit v1.2.3