logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

mes-libc.patch (513B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-or-later
  3. mes libc does not have locale support...
  4. diff --git lib/sh/snprintf.c lib/sh/snprintf.c
  5. index 7669576..747aeba 100644
  6. --- bash-2.05b/lib/sh/snprintf.c
  7. +++ bash-2.05b/lib/sh/snprintf.c
  8. @@ -376,7 +376,7 @@ static void xfree __P((void *));
  9. if ((p)->flags & PF_STAR_P) \
  10. (p)->precision = GETARG (int)
  11. -#if defined (HAVE_LOCALE_H)
  12. +#if 0
  13. # define GETLOCALEDATA(d, t, g) \
  14. do \
  15. { \