]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
python3: don't use wcsftime() on uClibc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 13 Nov 2014 21:23:23 +0000 (22:23 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Nov 2014 22:40:50 +0000 (23:40 +0100)
commit5ad4ac083276b3504889c39351a56d947f172b5f
treea75a192fa19859749636094998e5574fd2b4e38e
parentffeaa18bdf1bf8f75c44a59ae13fc38cb5538a62
python3: don't use wcsftime() on uClibc

As investigated in bug #7646, wcsftime() doesn't work properly with
uClibc. Until it gets fixed in uClibc, let's tell Python 3 to not use
it. Python 3 will fall back to strftime(), which works properly.

[Peter: fix typo in comment]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Beyonlo <beyonlo@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python3/python3.mk