GNOME Bugzilla – Bug 622456
plugins/{cvs,fileroller} and libcmd are being built as 'shared libraries'
Last modified: 2010-06-23 21:26:26 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.
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.