aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glibc-locales.patch
blob: 1d254e1c1dfa6e5dde23614ff71e27d8df06ade1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 $(localedir)/$$locale to install files in the right place, and
     because otherwise, 'localedef' fails with:
     "cannot write output files to `(null)'".

--- glibc-2.20/localedata/Makefile	2014-09-07 10:09:09.000000000 +0200
+++ glibc-2.20/localedata/Makefile	2015-02-11 10:23:55.560545568 +0100
@@ -217,7 +217,7 @@ INSTALL-SUPPORTED-LOCALES=$(addprefix in
 
 # 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:
@@ -234,7 +234,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
 	input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
 	$(LOCALEDEF) --alias-file=../intl/locale.alias \
 		     -i locales/$$input -c -f charmaps/$$charset \
-		     $(addprefix --prefix=,$(install_root)) $$locale; \
+		     $(addprefix --prefix=,$(install_root)) $(localedir)/$$locale; \
 	echo ' done'; \
 
 tst-setlocale-ENV = LC_ALL=ja_JP.EUC-JP
m?id=01d7fc9d566b456e343cc93dae23f0faa8f15f49'>gnu: python-libusb1: Update to 3.0.0.Guillaume Le Vaillant 2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines 2023-02-19gnu: Use HTTPS package home pages wherever possible.Tobias Geerinckx-Rice 2023-02-20gnu: python-capablerobot-usbhub: Update to 0.5.0.Sharlatan Hellseher 2023-01-30Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2023-01-15gnu: libusb-compat: Omit static library.Tobias Geerinckx-Rice 2023-01-15gnu: libusb-compat: Update to 0.1.8.Tobias Geerinckx-Rice 2022-09-27Merge branch 'staging' into core-updatesMaxim Cournoyer 2022-09-22gnu: Add idevicerestore.Jacob Hrbek 2022-09-22gnu: Add libirecovery.Jacob Hrbek 2022-09-22gnu: Add ideviceinstaller.Jacob Hrbek 2022-07-27Merge branch 'staging' into core-updatesMarius Bakke 2022-07-24gnu: libmtp: Use G-expressions.Tobias Geerinckx-Rice 2022-07-24gnu: libmtp: Update to 1.1.20.Tobias Geerinckx-Rice 2022-06-08Merge branch 'master' into core-updatesLudovic Courtès 2022-05-31gnu: Remove python2-hidapi.Maxim Cournoyer 2022-05-31gnu: Remove python2-pyusb.Maxim Cournoyer 2022-03-22gnu: libusb: Update to 1.0.25.Wil deBeest