Fix output when there are no --cflags or --libs to report #46
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When pkgconf parses a package for its --cflags or --libs and finds none, it returns nothing. In contrast, pkg-config [1] returns a single blank char. Packages, like rrdtool [2], assume this latter behavior and fail to configure with pkgconf.
Refs.
[1] http://pkgconfig.freedesktop.org/wiki/
[2] http://oss.oetiker.ch/rrdtool/
X-Gentoo-Bug: 431170
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=431170
Signed-of-by: Anthony G. Basile blueness@gentoo.org
Patch is at https://431170.bugs.gentoo.org/attachment.cgi?id=326506
this was fixed already in pkgconf-0.8.9.