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/iproute2/gen.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg/iproute2') diff --git a/pkg/iproute2/gen.lua b/pkg/iproute2/gen.lua index ae0d42da..c27afdc1 100644 --- a/pkg/iproute2/gen.lua +++ b/pkg/iproute2/gen.lua @@ -6,6 +6,11 @@ cflags{ '-I $srcdir/include', '-I $srcdir/include/uapi', '-I $srcdir/misc', + '-I $builddir/pkg/linux-headers/include', +} + +pkg.deps = { + 'pkg/linux-headers/headers', } lib('libnetlink.a', [[lib/( -- cgit v1.2.3