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/nginx/gen.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/nginx') diff --git a/pkg/nginx/gen.lua b/pkg/nginx/gen.lua index a28261d8..9d209b56 100644 --- a/pkg/nginx/gen.lua +++ b/pkg/nginx/gen.lua @@ -3,9 +3,10 @@ cflags{ '-I $srcdir/src/core', '-I $srcdir/src/event', '-I $srcdir/src/os/unix', + '-I $builddir/pkg/linux-headers/include', } local libs = {} -pkg.deps = {} +pkg.deps = {'pkg/linux-headers/headers'} local modules = {} for line in iterlines('modules.txt') do -- cgit v1.2.3