commit: 5622e5b15169907f7d8c330d7499c1ed08e55eef
parent d62f31a18f4e39952b4878c4d38481e189a5dfc5
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 16 Aug 2020 01:11:18 -0700
squashfs-tools-ng: Add missing dependency on zstd headers
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/squashfs-tools-ng/gen.lua b/pkg/squashfs-tools-ng/gen.lua
@@ -53,6 +53,7 @@ end
if cfg.WITH_ZSTD then
cflags{'-isystem $builddir/pkg/zstd/include'}
+ table.insert(pkg.deps, 'pkg/zstd/headers')
table.insert(srcs, {
'lib/sqfs/comp/zstd.c',
'$builddir/pkg/zstd/libzstd.a',