We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
$ echo "flags='$(pkg-config --cflags lua)'" flags=' '
With pkgconf that space is missing.
rrdtool has a pretty stupid configure script:
if test "$LUA_CFLAGS" = ""; then ...
which will result in a different result than freedesktop's pkg-config.
I am not sure how close you want follow freedesktops pkg-config.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: