-isystem handling still broken #87

Closed
opened 2016-04-07 19:30:19 +00:00 by dankegel · 0 comments
dankegel commented 2016-04-07 19:30:19 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#87
There is no content yet.