This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Let tst-swscanf find its locale
- From: Andreas Schwab <schwab at suse dot de>
- To: libc-alpha at sourceware dot org
- Date: Tue, 29 Oct 2013 17:27:41 +0100
- Subject: [PATCH] Let tst-swscanf find its locale
- Authentication-results: sourceware.org; auth=none
tst-swscanf wants to set a locale, so it needs to know where to find it.
Installed as obvious.
Andreas.
* stdio-common/Makefile (tst-swscanf-ENV): Define.
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 658804b..16f8f1b 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -119,6 +119,7 @@ CFLAGS-tst-sprintf.c = -Wno-format
tst-sprintf-ENV = LOCPATH=$(common-objpfx)localedata
tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata
tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata
+tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata
scanf13-ENV = LOCPATH=$(common-objpfx)localedata
bug14-ENV = LOCPATH=$(common-objpfx)localedata
--
1.8.4.2
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."