mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
build-sys: meson: Add -Wl,no-delete to relevant libraries
This mirrors the autotools option for all server-side dynamic libraries.
This commit is contained in:
parent
d8927b0e53
commit
f996ad0688
11 changed files with 24 additions and 4 deletions
|
|
@ -275,7 +275,7 @@ foreach m : all_modules
|
|||
install : true,
|
||||
install_dir : modlibexecdir,
|
||||
dependencies : [thread_dep, libpulse_dep, libpulsecommon_dep, libpulsecore_dep] + extra_deps,
|
||||
link_args : [ '-Wl,--no-undefined' ],
|
||||
link_args : [nodelete_link_args, '-Wl,--no-undefined' ],
|
||||
link_with : extra_libs,
|
||||
name_prefix : '',
|
||||
implicit_include_directories : false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue