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 603273 - Please move libraries -lz and -lnsl from Libs to Libs.private in gmime-2.4.pc
Please move libraries -lz and -lnsl from Libs to Libs.private in gmime-2.4.pc
Status: RESOLVED FIXED
Product: gmime
Classification: Other
Component: general
2.4.x
Other Linux
: Normal minor
: ---
Assigned To: Jeffrey Stedfast
Jeffrey Stedfast
Depends on:
Blocks:
 
 
Reported: 2009-11-29 01:03 UTC by David Bremner
Modified: 2009-11-30 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Bremner 2009-11-29 01:03:49 UTC
libz  and libnsl are linked to libgmime-2.4.so.2.4.6, so they don't need to be explicitly linked
to the application. The reason for avoiding explicitly linking them is that it creates an unnecessary 
build time dependency on the /usr/lib/libgmime-2.4.so  symlink existing. At least on debian, this 
requires another package to be installed.
Comment 1 Jeffrey Stedfast 2009-11-30 15:36:08 UTC
I've just fixed this in the appropriate git branches, so these changes will appear in any future release.