diff options
author | orbea <[email protected]> | 2024-03-17 11:52:48 -0700 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-08-15 17:59:01 +0000 |
commit | dc9c2eb24269ea925d98e2bebda2d7fde61c086d (patch) | |
tree | 5945183100b32e18a2e7ba9a054dc8e87839c9ab /plugins/sound/msd-sound-manager.c | |
parent | 1462391e13a746157924ce80b14d7fd68cd48430 (diff) | |
download | mate-settings-daemon-dc9c2eb24269ea925d98e2bebda2d7fde61c086d.tar.bz2 mate-settings-daemon-dc9c2eb24269ea925d98e2bebda2d7fde61c086d.tar.xz |
configure.ac: don't link plugins with -no-undefined
Many of the plugins depend on mate_settings_plugin_get_type(), but this
symbol is only available at runtime in the mate-settings-daemon program.
With GNU libtool the -no-undefined flag gets silently ignored and the
build succeeds, but with slibtool it correctly sets -Wl,--no-undefined
in the LDFLAGS causing the build to fail.
To solve this simply removing -no-undefined is enough.
Gentoo issue: https://bugs.gentoo.org/922326
Diffstat (limited to 'plugins/sound/msd-sound-manager.c')
0 files changed, 0 insertions, 0 deletions