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