mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -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
|
|
@ -88,7 +88,7 @@ if cc.has_header('sys/soundcard.h')
|
|||
install_dir : padsplibdir,
|
||||
include_directories : [configinc, topinc],
|
||||
link_with : [libpulsecommon, libpulse],
|
||||
link_args : ['-ldl'],
|
||||
link_args : [nodelete_link_args, '-ldl'],
|
||||
dependencies: [thread_dep],
|
||||
c_args : [pa_c_args, '-Wno-nonnull-compare']
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue