openwrt-packages/lang/python3
Jan Čermák 6156136903 python3: disable usage of wcsftime (broken in uClibc)
Python 3 prefers usage of wcsftime() over strftime() if it's available,
however this function returns just an empty string in some older
uClibc versions. Proposed solution disables detection of wcsftime() in
./configure that results in HAVE_WCSFTIME being undefined, effectively
disabling branches of code that use possibly broken wcsftime().

See: http://lists.busybox.net/pipermail/uclibc/2014-November/048718.html

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-07-02 16:27:23 +02:00
..
files python3: add python3-package-lzma.mk 2015-04-24 13:04:56 +03:00
patches python3: disable usage of wcsftime (broken in uClibc) 2015-07-02 16:27:23 +02:00
Makefile python3: disable usage of wcsftime (broken in uClibc) 2015-07-02 16:27:23 +02:00