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 622456 - plugins/{cvs,fileroller} and libcmd are being built as 'shared libraries'
plugins/{cvs,fileroller} and libcmd are being built as 'shared libraries'
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: buildsystem
unspecified
Other Linux
: Normal normal
: 1.2.9
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2010-06-22 22:52 UTC by Dominique Leuenberger
Modified: 2010-06-23 21:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch changing the plugins from shared objects to 'modules' (1.61 KB, patch)
2010-06-22 22:52 UTC, Dominique Leuenberger
none Details | Review

Description Dominique Leuenberger 2010-06-22 22:52:17 UTC
Created attachment 164362 [details] [review]
Patch changing the plugins from shared objects to 'modules'

The plugins and libgcmd are being built as shared library, including so-versioning.

Especially for the modules this is useless and makes no sense. They shuld thus be linkded with -module -avoid-version.

for libgcmd I'm a little doubting, but due to the fact that it lives out of the LD_LIBRARY_PATH, I assume it's not really needed to be a shared library object.

The attached patch takes care of all of this.
Comment 1 epiotr 2010-06-23 21:26:26 UTC
This problem has been fixed in our software repository. The fix will go into the next, 1.2.8.7 release. Thank you for your bug report.