summaryrefslogtreecommitdiff
path: root/pkg/nginx
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-02-20 20:10:31 -0800
committerMichael Forney <mforney@mforney.org>2020-02-20 20:10:31 -0800
commitaea11e0e4aea4ea84069cf3722c9bb41c5be9c3d (patch)
tree9dd49fd2301c771c78b5f1aef2190fd64680c2d2 /pkg/nginx
parent55bf927462ee5a8e5984d14e61c221d7d3da1ca4 (diff)
Use our own linux-headers
Diffstat (limited to 'pkg/nginx')
-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