From bc152ef2c51f23916fe442924b430ad441b9d886 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 17 May 2009 00:57:52 +0000 Subject: squashfs4: add lzma support (kernel support still missing) SVN-Revision: 15884 --- tools/squashfs4/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/squashfs4/Makefile') diff --git a/tools/squashfs4/Makefile b/tools/squashfs4/Makefile index f172d3bc6b..ddbca11403 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 -- cgit v1.2.3