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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user