about summary refs log tree commit diff
path: root/timezone
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-01 02:46:04 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-01 02:46:04 +0000
commit71d82dbe9e2e3345de641259dbacb8d45b0801a3 (patch)
tree09dedee68cf52a9168d0ccf6a9bb11f31ffa354b /timezone
parent3da67f9970670030fdc273455b08606170183489 (diff)
downloadglibc-71d82dbe9e2e3345de641259dbacb8d45b0801a3.tar.gz
glibc-71d82dbe9e2e3345de641259dbacb8d45b0801a3.tar.xz
glibc-71d82dbe9e2e3345de641259dbacb8d45b0801a3.zip
Update.
	* timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
	since zic uses setlocale and gettext but we cannot make it use the
	new locale data since zic calls a shell which might not use the
	new libc.
Diffstat (limited to 'timezone')
-rw-r--r--timezone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/Makefile b/timezone/Makefile
index 93478d4948..d62d05a208 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -174,7 +174,7 @@ CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID
 # leapseconds.
 testdata = $(objpfx)testdata
 define build-testdata
-GCONV_PATH=${common-objpfx}iconvdata \
+GCONV_PATH=${common-objpfx}iconvdata LANGUAGE=C LC_ALL=C \
   $(built-program-cmd) -d $(testdata) -y ./yearistype $<
 endef