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