Commit 73978d8
committed
Configure: Allow LC_ALL syntax override
Fixes #22992
The problem here had to do with cross-compilation. There was no way to
override Perl's calculation of how LC_ALL is represented. I had not put
one in because it is hard to get it right manually. But this doesn't
work in cross-compilation; it's better to have a difficult-to-get-right
way than no way at all.
I don't know where to document this. You need to specify in a hints
file:
perl_lc_all_separator="correct-value"
perl_lc_all_category_positions_init="correct-value"1 parent e09fa77 commit 73978d8
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17484 | 17484 | | |
17485 | 17485 | | |
17486 | 17486 | | |
| 17487 | + | |
| 17488 | + | |
17487 | 17489 | | |
17488 | 17490 | | |
17489 | 17491 | | |
| |||
17861 | 17863 | | |
17862 | 17864 | | |
17863 | 17865 | | |
| 17866 | + | |
| 17867 | + | |
| 17868 | + | |
| 17869 | + | |
| 17870 | + | |
| 17871 | + | |
| 17872 | + | |
| 17873 | + | |
17864 | 17874 | | |
17865 | 17875 | | |
17866 | 17876 | | |
| |||
0 commit comments