diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/f2fs-tools/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/f2fs-tools/gen.lua b/pkg/f2fs-tools/gen.lua index 883aecb2..76b57ec8 100644 --- a/pkg/f2fs-tools/gen.lua +++ b/pkg/f2fs-tools/gen.lua @@ -3,10 +3,12 @@ cflags{ '-D HAVE_CONFIG_H', '-I $dir', '-I $srcdir/include', + '-I $builddir/pkg/linux-headers/include', '-I $builddir/pkg/util-linux/include', } pkg.deps = { + 'pkg/linux-headers/headers', 'pkg/util-linux/headers', } |
