Bug 818587 - gexiv2.pc Requires: exiv2 ... overlinking
Summary: gexiv2.pc Requires: exiv2 ... overlinking
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libgexiv2
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ankur Sinha (FranciscoD)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-03 13:05 UTC by Rex Dieter
Modified: 2014-09-17 10:21 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-03-19 12:48:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
pkgconfig patch to avoid overlinking (506 bytes, patch)
2012-05-03 13:09 UTC, Rex Dieter
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 736789 0 None None None Never

Description Rex Dieter 2012-05-03 13:05:10 UTC
libgexiv2's %_libdir/pkgconfig/gexiv2.pc file currently contains
Requires: exiv2 glib-2.0 gobject-2.0

which results in all those needlessly getting linked into all pkg-config-using target apps (even when not linking statically).  I noticed this doing the last exiv2 mass-rebuild...

I'd suggest patching this to be
Requires.private: exiv2 glib-2.0 gobject-2.0
instead (probably for rawhide only, reducing this linking may expose underlinking bugs in target apps)

Comment 1 Rex Dieter 2012-05-03 13:09:38 UTC
Created attachment 581860 [details]
pkgconfig patch to avoid overlinking

Comment 2 Ankur Sinha (FranciscoD) 2013-03-19 12:48:40 UTC
Hi Rex,

Thank you for the patch. I've included it and built for F19, rawhide. I'm considering an update to f18 too, and will add the patch if I do.

Thanks,
Ankur


Note You need to log in before you can comment on or make changes to this bug.