GNOME Bugzilla – Bug 667068
configure checks for versioned libpng instead of relying on plain .so versioning
Last modified: 2018-05-22 13:12:40 UTC
This comes from: https://bugs.gentoo.org/show_bug.cgi?id=395037 As explained in https://bugs.gentoo.org/show_bug.cgi?id=395037#c1 we need to make the following hack in gentoo: # This will avoid polluting the pkg-config file with versioned libpng, # which is causing problems with libpng14 -> libpng15 upgrade sed -i -e 's:libpng15:libpng libpng15:' configure.ac || die to prevent problems when upgrading libpng like: https://bugs.gentoo.org/383655?id=383655 We could avoid that if unversioned libpng was searched by configure.ac, is there any reason for looking for versioned versions instead? If not, would be nice if you could drop that checks and simply rely on .so versioning Thanks a lot
The unversioned link is unfortunately unreliable in various environments. However, we could easily change --with-libpng to accept the name of a pkg-config to search for; then Gentoo could pass --with-libpng=libpng and we'd search for that (only).
Is a patch forthcoming, following Colin's advice in comment 1?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/31.