logo

live-bootstrap

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

remove_gettext.patch (929B)


  1. SPDX-FileCopyrightText: 2021 Melg Eight <public.melg8@gmail.com>
  2. SPDX-License-Identifier: GPL-3.0-or-later
  3. Remove dependency on gettext, because we don't have it at this stage
  4. of the build.
  5. --- coreutils-9.4/configure.ac
  6. +++ coreutils-9.4/configure.ac
  7. @@ -624,8 +624,8 @@ AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes])
  8. # As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in
  9. # translatable strings, we must use need-formatstring-macros here.
  10. -AM_GNU_GETTEXT([external], [need-formatstring-macros])
  11. -AM_GNU_GETTEXT_VERSION([0.19.2])
  12. +# AM_GNU_GETTEXT([external], [need-formatstring-macros])
  13. +# AM_GNU_GETTEXT_VERSION([0.19.2])
  14. # For a test of uniq: it uses the $LOCALE_FR envvar.
  15. gt_LOCALE_FR
  16. --- coreutils-9.4/Makefile.am
  17. +++ coreutils-9.4/Makefile.am
  18. @@ -17,7 +17,7 @@
  19. ALL_RECURSIVE_TARGETS =
  20. -SUBDIRS = po . gnulib-tests
  21. +SUBDIRS = . gnulib-tests
  22. EXTRA_DIST = \
  23. .mailmap \