rusticl: add bsymbolic to linker flags

This will prevent the dynamic loader to pick the wrong function once we
rename things to the proper API names.

In any case, this should have been done all along anyway.

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29855>
This commit is contained in:
Karol Herbst 2024-06-22 20:26:48 +02:00 committed by Marge Bot
parent 51f2ed872e
commit be090abf2e

View file

@ -64,6 +64,7 @@ librusticl = shared_library(
link_args : [
ld_args_build_id,
ld_args_gc_sections,
ld_args_bsymbolic,
rusticl_ld_args,
],
link_depends : rusticl_ld_depends,