pkg-config --cflags behaves different than freedesktops pkg-config #41
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?
I am not sure if this is a bug really, but I am reporting it here for the record as it has influence on how some packages are built.
With freedesktop's pkg-config there is a single space returned:
With pkgconf that space is missing.
rrdtool has a pretty stupid configure script:
which will result in a different result than freedesktop's pkg-config.
I am not sure how close you want follow freedesktops pkg-config.