summaryrefslogtreecommitdiff
path: root/pkg/nginx/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/nginx/gen.lua')
-rw-r--r--pkg/nginx/gen.lua3
1 files changed, 2 insertions, 1 deletions
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