https://bugs.winehq.org/show_bug.cgi?id=50151
--- Comment #8 from Mario Motohashi ankouslash@yahoo.co.jp --- (In reply to Gijs Vermeulen from comment #7)
Also try adding -fcommon to CROSSCFLAGS as well.
CROSSCFLAGS solved my build problem, thx. And, I was wrong. This issue occurs from wine-4.21, not 4.20.
git bisect reports as follow: c37268f0aa6da3825aa11551537b8e18aa62bdca is the first bad commit commit c37268f0aa6da3825aa11551537b8e18aa62bdca Author: Piotr Caban piotr@codeweavers.com Date: Tue Nov 19 23:14:42 2019 +0100
msvcrt: Use correct __lc_time_data fields in strftime functions.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/msvcrt/msvcrt.h | 2 + dlls/msvcrt/time.c | 164 +++++++++++++++++++++++++++++++++++---------------- 2 files changed, 115 insertions(+), 51 deletions(-)