Carlos O'Donell 0e17ea2
Short description: Fedora-specific glibc install locale changes.
Carlos O'Donell 0e17ea2
Author(s):  Fedora glibc team <glibc@lists.fedoraproject.org>
Carlos O'Donell 0e17ea2
Origin: PATCH
Carlos O'Donell 0e17ea2
Upstream status: not-needed
Carlos O'Donell 0e17ea2
Carlos O'Donell 0e17ea2
The Fedora glibc build and install does not need the normal install
Carlos O'Donell 0e17ea2
behaviour which updates the locale archive. The Fedora install phase
Carlos O'Donell 0e17ea2
in the spec file of the rpm will handle this manually.
Carlos O'Donell 0e17ea2
0980ba1
diff --git a/localedata/Makefile b/localedata/Makefile
Carlos O'Donell 60efd15
index 0eea396ad86da956..54caabda33728207 100644
0980ba1
--- a/localedata/Makefile
0980ba1
+++ b/localedata/Makefile
Carlos O'Donell 60efd15
@@ -413,6 +413,7 @@ define build-one-locale
fb633ea
 	echo -n '...'; \
fb633ea
 	input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
0980ba1
 	$(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
fb633ea
+		     --no-archive \
0980ba1
 		     -i locales/$$input -f charmaps/$$charset \
Siddhesh Poyarekar 7047693
 		     $(addprefix --prefix=,$(install_root)) $$locale \
Carlos O'Donell 60efd15
 	&& echo ' done';