From abdbaba3e0e02288270304bf026ed35ad6d28be1 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 14 Dec 2013 09:24:51 -0800 Subject: Ensure -isystem Cflags not compressed like -I Treat -isystem specially like -idirafter so that multiple arguments retain the preceding -isystem. Freedesktop #72584 (https://bugs.freedesktop.org/show_bug.cgi?id=72584) --- check/check-special-flags | 2 +- check/special-flags.pc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'check') diff --git a/check/check-special-flags b/check/check-special-flags index 136160a..c0a9ebb 100755 --- a/check/check-special-flags +++ b/check/check-special-flags @@ -4,7 +4,7 @@ set -e . ${srcdir}/common -RESULT="-idirafter /after1 -idirafter /after2 -I/foo -I/bar" +RESULT="-isystem /system1 -idirafter /after1 -idirafter /after2 -isystem /system2 -I/foo -I/bar" run_test --cflags special-flags RESULT="-framework Foo -lsimple -framework Bar" diff --git a/check/special-flags.pc b/check/special-flags.pc index 269fd36..318eab0 100644 --- a/check/special-flags.pc +++ b/check/special-flags.pc @@ -8,4 +8,4 @@ Description: Dummy pkgconfig test package for testing pkgconfig Version: 1.0.0 Requires: Libs: -framework Foo -lsimple -framework Bar -Cflags: -I/foo -idirafter /after1 -I/bar -idirafter /after2 +Cflags: -I/foo -isystem /system1 -idirafter /after1 -I/bar -idirafter /after2 -isystem /system2 -- cgit v1.2.1