python3: disable usage of wcsftime (broken in uClibc)
authorJan Čermák <redacted>
Thu, 2 Jul 2015 13:37:22 +0000 (15:37 +0200)
committerJan Čermák <redacted>
Thu, 2 Jul 2015 14:27:23 +0000 (16:27 +0200)
commit61561369038f3bc3c3aa712f2224b28f4bb273b0
treeaa4f811b1034dcab30927325e1a52990791a0d40
parent2dbf4507c3253b36c43b874a7e4e9e44d994ca57
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 <redacted>
lang/python3/Makefile
lang/python3/patches/012-disable-wcsftime-detection.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT