After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796238 - Autotools: libgmodule is built with -Wl,--export-dynamic linker flag
Autotools: libgmodule is built with -Wl,--export-dynamic linker flag
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2018-05-18 14:16 UTC by Xavier Claessens
Modified: 2018-05-24 20:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2018-05-18 14:16:04 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.
Comment 1 GNOME Infrastructure Team 2018-05-24 20:35:12 UTC
-- 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.