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