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 624712 - Fix linking when libpng loader is builtin
Fix linking when libpng loader is builtin
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-19 09:33 UTC by Bastien Nocera
Modified: 2010-07-19 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix linking when libpng loader is builtin (2.33 KB, patch)
2010-07-19 09:33 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2010-07-19 09:33:23 UTC
See patch
Comment 1 Bastien Nocera 2010-07-19 09:33:25 UTC
Created attachment 166146 [details] [review]
Fix linking when libpng loader is builtin

When the libpng loader is builtin to gdk-pixbuf, we need to
require libpng itself, or the linking will fail:
/usr/bin/ld: cannot find -lpng12
Comment 2 Emmanuele Bassi (:ebassi) 2010-07-19 13:56:50 UTC
Review of attachment 166146 [details] [review]:

it would probably be ideal to clean up gdk-pixbuf's configure script. for now, this change makes sense.
Comment 3 Bastien Nocera 2010-07-19 14:01:13 UTC
Attachment 166146 [details] pushed as 644dd10 - Fix linking when libpng loader is builtin