commit 21b190e

Michael Forney  ·  2026-03-06 07:33:25 +0000 UTC
parent 5650800
luaposix: Needs linux-headers
1 files changed,  +2, -0
+2, -0
 1@@ -3,10 +3,12 @@ cflags{
 2 	'-D _GNU_SOURCE',
 3 	'-include $dir/config.h',
 4 	'-I $srcdir/ext/include',
 5+	'-isystem $builddir/pkg/linux-headers/include',
 6 	'-isystem $builddir/pkg/lua/include',
 7 }
 8 
 9 pkg.deps = {
10+	'pkg/linux-headers/headers',
11 	'pkg/lua/headers',
12 }
13