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