-isystem handling still broken #87
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?
With bad.pc like this:
Name: Bad
Description: Demonstrates problems with -isystem in both old pkg-config and current pkgconf; see also https://bugs.freedesktop.org/show_bug.cgi?id=72584
Version: 1
Cflags: -isystem /opt/bad/include -isystem /opt/bad2/include
"pkgconf --cflags bad" should output
"-isystem /opt/bad/include -isystem /opt/bad2/include"
but instead outputs
"/opt/bad/include -isystem /opt/bad2/include"
This is with both 0.9.12 and pkgconf-0.9.12-56-g7e6fa32.