pkg-config --cflags behaves different than freedesktops pkg-config #41
Closed
opened 10 years ago by ncopa
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. 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.