packages/lang/python3/patches
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
..
001-enable-zlib.patch python3: re-number patches 2015-03-14 21:18:15 +02:00
002-do-not-add-include-dirs-when-cross-compiling.patch python3: re-number patches 2015-03-14 21:18:15 +02:00
003-do-not-run-distutils-tests.patch python3: re-number patches 2015-03-14 21:18:15 +02:00
004-do-not-write-bytes-codes.patch python3: re-number patches 2015-03-14 21:18:15 +02:00
005-fix-libffi-x86-64-configure.patch python3: port some patches from python 2015-03-14 21:24:31 +02:00
006-remove-debian-multiarch-support.patch python3: port some patches from python 2015-03-14 21:24:31 +02:00
007-distutils-do-not-adjust-path.patch python3: port some patches from python 2015-03-14 21:24:31 +02:00
010-do-not-add-rt-lib-dirs-when-cross-compiling.patch python3: port some patches from python 2015-03-14 21:24:31 +02:00
011-do-not-prefer-ncursesw.patch python3: do not prefer ncursesw over ncurses 2015-04-21 10:22:27 +03:00
012-disable-wcsftime-detection.patch python3: disable usage of wcsftime (broken in uClibc) 2015-07-02 16:27:23 +02:00