From 25d88d2b8eebb4782a016e03aa8562ad9fa15b7b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 24 Apr 2014 18:26:59 +0300 Subject: More hacking on --with-locales Propagate the restriction of locales into . Note that in the normal case, with no locale restrictions, all the WITH_LOCALE_xx macros are zero anyway, but WITH_LOCALE_ALL is one. Restrict which character encodings are handled in sal/textencsal/textenc/tables.cxx based on the WITH_LOCALE_ macros. (Don't simply always do it for iOS.) Massage the affected unit tests to not crash when only partial character encoding information is present. Change-Id: Ie2c882c262ebd0d2b37dde66b8fe3c3e2570da14 --- sal/Module_sal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/Module_sal.mk') diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 922bf5b75141..ef5d58f91eeb 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -54,8 +54,8 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_rtl_oustringbuffer \ CppunitTest_sal_rtl_oustring \ CppunitTest_sal_rtl_textenc \ - CppunitTest_sal_rtl_strings \ CppunitTest_sal_rtl_uri \ + CppunitTest_sal_rtl_strings \ CppunitTest_sal_rtl_uuid \ CppunitTest_sal_tcwf \ CppunitTest_sal_types \ -- cgit