]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/glibc-localedef-no-archive.patch
correct wrong headline at hardwaregraphs.cgi
[ipfire-2.x.git] / src / patches / glibc-localedef-no-archive.patch
1 diff -Nrup a/localedata/Makefile b/localedata/Makefile
2 --- a/localedata/Makefile 2012-06-05 07:42:49.000000000 -0600
3 +++ b/localedata/Makefile 2012-06-07 12:15:21.776318827 -0600
4 @@ -211,6 +211,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
5 echo -n '...'; \
6 input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
7 $(LOCALEDEF) --alias-file=../intl/locale.alias \
8 + --no-archive \
9 -i locales/$$input -c -f charmaps/$$charset \
10 $(addprefix --prefix=,$(install_root)) $$locale \
11 && echo ' done'; \