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