From aea11e0e4aea4ea84069cf3722c9bb41c5be9c3d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 20 Feb 2020 20:10:31 -0800 Subject: Use our own linux-headers --- pkg/strace/gen.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg/strace') diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua index a3540455..250a2784 100644 --- a/pkg/strace/gen.lua +++ b/pkg/strace/gen.lua @@ -5,6 +5,11 @@ cflags{ '-I $srcdir/linux', '-I $srcdir', '-I $outdir', + '-I $builddir/pkg/linux-headers/include', +} + +pkg.deps = { + 'pkg/linux-headers/headers', } build('cat', '$outdir/config.h', { -- cgit v1.2.3