logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 0b98c8ee9c44289c37892e4aebf6ab01bbe4d810
parent 0a6e0ecd886b1d85a0b10470d9551da29a4bdda8
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 10 May 2020 17:50:43 -0700

f2fs-tools: Add missing linux-headers dependencyn

Diffstat:

Mpkg/f2fs-tools/gen.lua2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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', }