diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-20 20:10:31 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-20 20:10:31 -0800 |
| commit | aea11e0e4aea4ea84069cf3722c9bb41c5be9c3d (patch) | |
| tree | 9dd49fd2301c771c78b5f1aef2190fd64680c2d2 /pkg/util-linux/gen.lua | |
| parent | 55bf927462ee5a8e5984d14e61c221d7d3da1ca4 (diff) | |
Use our own linux-headers
Diffstat (limited to 'pkg/util-linux/gen.lua')
| -rw-r--r-- | pkg/util-linux/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index 64dd41df..f9de0fbb 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -4,6 +4,7 @@ cflags{ '-I $outdir', '-I $srcdir/include', '-I $srcdir/libuuid/src', + '-I $builddir/pkg/linux-headers/include', } build('cat', '$outdir/config.h', { @@ -28,6 +29,7 @@ pkg.deps = { '$outdir/config.h', '$outdir/libsmartcols.h', '$outdir/libfdisk.h', + 'pkg/linux-headers/headers', } lib('libcommon.a', [[ |
