packages/lang/python/python3/patches
Alexandru Ardelean 0c8b0b0bf7 python3: fix build on Ubuntu/Debian multi-arch
This issue was introduced after upgrading to 3.8.
Patch `006-remove-multi-arch-and-local-paths.patch` was dropped. It was
tested on x86, but when using the x86_64 compiler in OpenWrt, the issue is
present.

The issue seems to be about Ubuntu/Debian's multi-arch support in
Python/Python3 setup [which I forgot about]. The code runs it regardless of
whether it cross-compiles or not, and for OpenWrt, this causes issues, as
it introduces absolute include paths from the host system.

Fixes https://github.com/openwrt/packages/issues/10452

Fixes: 48277ec915 ("python3: bump to version 3.8")
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-11-04 14:10:36 +02:00
..
001-enable-zlib.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
002-fix-blake2-detection.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
003-do-not-run-distutils-tests.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
004-do-not-write-bytes-codes.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
006-do-not-add-multiarch-paths-when-cross-compiling.patch python3: fix build on Ubuntu/Debian multi-arch 2019-11-04 14:10:36 +02:00
007-distutils-do-not-adjust-path.patch python3: refresh patches make package/python3/refresh cmd 2017-07-26 23:56:51 +03:00
008-distutils-use-python-sysroot.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
010-do-not-add-rt-lib-dirs-when-cross-compiling.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
013-getbuildinfo-date-time-source-date-epoch.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
014-remove-platform-so-suffix.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
015-abort-on-failed-modules.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
016-adjust-config-paths.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
024-musl-find_library.patch python,python3: Fix ctypes.util.find_library() 2019-07-22 04:42:54 +08:00