GNOME Bugzilla – Bug 796238
Autotools: libgmodule is built with -Wl,--export-dynamic linker flag
Last modified: 2018-05-24 20:35:12 UTC
libgmodule_2_0_la_LDFLAGS has $(G_MODULE_LDFLAGS) which expands to "-Wl,--export-dynamic". I don't think that linker flag makes sense to build a library, as far as I understand it's for building executables. Otoh, it doesn't seems to hurt since it has always been like that. Since meson doesn't link with that flag, for consistency we should either remove it from Makefile.am or add it in meson.build if we have a reason to. If you have a reason to keep it, speak now.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1383.