This patch allows us to use glibc's build system to build locales in a package separate from glibc. 1. Use 'localedef' from $PATH since we are not rebuilding it. 2. Use '--no-archive' to avoid building the big locale archive, and because the already-built 'localedef' would want to write it to '/run/current-system/locale', which is not possible. 3. Pass $(inst_complocaledir)/$$locale to install files in the right place, and because otherwise, 'localedef' fails with: "cannot write output files to `(null)'". --- glibc-2.27/localedata/Makefile +++ glibc-2.27/localedata/Makefile @@ -199,7 +199,7 @@ INSTALL-SUPPORTED-LOCALES=$(addprefix install-, $(SUPPORTED-LOCALES)) # Sometimes the whole collection of locale files should be installed. LOCALEDEF=I18NPATH=. GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \ -$(rtld-prefix) $(common-objpfx)locale/localedef + localedef --no-archive install-locales: $(INSTALL-SUPPORTED-LOCALES) install-locales-dir: @@ -224,7 +224,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \ $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \ -i locales/$$input -f charmaps/$$charset \ - $(addprefix --prefix=,$(install_root)) $$locale \ + $(addprefix --prefix=,$(install_root)) $(inst_complocaledir)/$$locale \ && echo ' done'; \ tst-setlocale-ENV = LC_ALL=ja_JP.EUC-JP uix/diff/gnu/packages/xiph.scm?id=9016dbc2bb469c31915c46cf8a1baecdfe022373'>diff
path: root/gnu/packages/xiph.scm
Update translations....
AgeCommit message (Expand)Author
2017-01-24gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381]....Leo Famulari
2016-11-21gnu: opusfile: Update to 0.8....Efraim Flashner
2016-11-05gnu: libkate: Update upstream location....Efraim Flashner
2016-07-22gnu: opus: Update to 1.1.3....Leo Famulari
2016-05-30gnu: vorbis-tools: Fix CVE-2014-9638, CVE-2014-9639, CVE-2014-9640....Efraim Flashner
2016-05-12gnu: Update module imports for asciidoc and doxygen....Mark H Weaver
2016-05-01gnu: ao: Replace "itemize" with "enumerate" in description string....John Darrington
2016-05-01gnu: ao: Format the description string....John Darrington
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost
2016-03-22gnu: icecast: Update to 2.4.3 [fixes CVE-2015-3026]....Leo Famulari
2016-03-11gnu: vorbis-tools: Patch buffer overflow [fixes CVE-2015-6749]....Ludovic Courtès
Julien Lepiller
2022-03-01nls: Update translations....Julien Lepiller
2022-02-04nls: Update translations....Julien Lepiller
2022-01-09nls: Update translations....Julien Lepiller
2021-12-04nls: Update translations.Julien Lepiller
2021-11-06nls: Update translations....Julien Lepiller
2021-10-17nls: Update translations.Julien Lepiller
2021-09-02nls: Update translations....Julien Lepiller