summaryrefslogtreecommitdiff
path: root/pkg/file
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-04 20:48:01 -0700
committerMichael Forney <mforney@mforney.org>2020-06-05 03:01:44 -0700
commitd4297a13c823b62d29d9850ab5815f6c78baf35a (patch)
tree153ebe760b69008ea6ff38d7066368d6f254b96b /pkg/file
parentab438ea71e5b61956b9ad8c5b5f56e3a6c6b66c3 (diff)
Use -isystem to include library headers
This way, warnings from headers that come from another package (in particular linux-headers) won't show up when they get included. To make sure we still track dependencies, use -MD instead of -MMD.
Diffstat (limited to 'pkg/file')
-rw-r--r--pkg/file/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua
index b5c3b18e..52ffabce 100644
--- a/pkg/file/gen.lua
+++ b/pkg/file/gen.lua
@@ -6,7 +6,7 @@ cflags{
'-D _GNU_SOURCE',
'-I $dir',
'-I $outdir/include',
- '-I $builddir/pkg/zlib/include',
+ '-isystem $builddir/pkg/zlib/include',
}
build('sed', '$outdir/include/magic.h', '$srcdir/src/magic.h.in', {