]> Git Repo - buildroot-mgba.git/commit
package/kmod: fix build with python 3.8
authorFabrice Fontaine <[email protected]>
Sat, 16 Nov 2019 17:07:09 +0000 (18:07 +0100)
committerThomas Petazzoni <[email protected]>
Mon, 18 Nov 2019 21:24:38 +0000 (22:24 +0100)
commit9ae86ebeceedc3316815004747db6b90e51be65a
tree5c203bc04179e7945cbfbedcb2a1e5c02c1605a2
parentee7acf2af338a863080cf1542538869d1296d53f
package/kmod: fix build with python 3.8

Add a patch to filter -Wl,--no-undefined as -Wl,-z,undefs was only
added in binutils 2.30, and therefore is not available in some older
toolchains, causing build failures such as:

/home/naourr/work/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64_be-linux-gnu/7.3.1/../../../../aarch64_be-linux-gnu/bin/ld: warning: -z undefs ignored.

Fixes:
 - http://autobuild.buildroot.org/results/06a6d865b6b7d8ebd793bde214f4a4c40e0962e1

Signed-off-by: Fabrice Fontaine <[email protected]>
[Thomas: improve commit log]
Signed-off-by: Thomas Petazzoni <[email protected]>
package/kmod/0003-Makefile.am-filter-Wl-no-undefined.patch [new file with mode: 0644]
This page took 0.033137 seconds and 4 git commands to generate.