]> git.pld-linux.org Git - packages/Mesa.git/commit
add patch to fix rusticl build on x32 auto/th/Mesa-23.2.1-1
authorJan Palus <atler@pld-linux.org>
Thu, 2 Nov 2023 20:37:22 +0000 (21:37 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 2 Nov 2023 20:37:22 +0000 (21:37 +0100)
commita4b6d46e380e4dded933ca6d8bb5ccc6fb7db924
tree6046f51e2b91987a11f6f4cf67a4403095d463c3
parent4e935e75fb24dd891b7e8ced26ca528daa3e20d4
add patch to fix rusticl build on x32

prevent linking in proc_macros into final library which is only used by
rust compiler during compilation and is of no use to rusticl library.
since proc_macros are build for host target they fail linking due to
architecure mismatch with all other objects.

from: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25775
Mesa.spec
no-rust-proc-macro-link.patch [new file with mode: 0644]
This page took 0.060274 seconds and 4 git commands to generate.