X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d7502c8e4072453296786394c89e220d6eb5bb9..a143751bb56550e535784929e4e6402bdc4b959c:/tools/squashfs4/Makefile diff --git a/tools/squashfs4/Makefile b/tools/squashfs4/Makefile index f172d3bc6..ddbca1140 100644 --- a/tools/squashfs4/Makefile +++ b/tools/squashfs4/Makefile @@ -20,6 +20,9 @@ include $(INCLUDE_DIR)/host-build.mk define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR)/squashfs-tools \ + USE_LZMA=1 \ + LZMA_CFLAGS="-I$(STAGING_DIR_HOST)/include -DUSE_LZMA" \ + LZMA_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \ mksquashfs unsquashfs endef