https://bugs.kde.org/show_bug.cgi?id=491808

--- Comment #5 from Antonio Rojas <aro...@archlinux.org> ---
LD_PRELOAD'ing libmerkuro_contact_plugin.so.6 fixes the issue. Also fixed by
forcefully linking binaries to it after build with patchelf:

sudo patchelf --add-needed libmerkuro_contact_plugin.so.6
/usr/bin/merkuro-calendar
sudo patchelf --add-needed libmerkuro_contact_plugin.so.6
/usr/bin/merkuro-contact

This linking is done at build time but --as-needed removes it since the
executables don't use any symbol form the library.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to