[PATCH] Let tst-swscanf find its locale

Andreas Schwab schwab@suse.de
Tue Oct 29 16:27:00 GMT 2013


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."



More information about the Libc-alpha mailing list