summaryrefslogtreecommitdiffstats
path: root/rules/host-squashfs-tools.make
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2012-01-30 12:35:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-01 13:15:37 +0100
commitfa361ae134da42d6574b2d0d6e17cafdfc4e9cc2 (patch)
treef756e245ce7126763cc96069bf36ec703d201345 /rules/host-squashfs-tools.make
parentd479d445f08a4aa32f9c552533dcfaf0d25f8478 (diff)
downloadptxdist-fa361ae134da42d6574b2d0d6e17cafdfc4e9cc2.tar.gz
ptxdist-fa361ae134da42d6574b2d0d6e17cafdfc4e9cc2.tar.xz
host-squashfs-tools: Add LZO support
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-squashfs-tools.make')
-rw-r--r--rules/host-squashfs-tools.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-squashfs-tools.make b/rules/host-squashfs-tools.make
index af63a28a0..5ed76f2cc 100644
--- a/rules/host-squashfs-tools.make
+++ b/rules/host-squashfs-tools.make
@@ -23,6 +23,7 @@ HOST_SQUASHFS_TOOLS_SUBDIR := squashfs-tools
# Compile
# ----------------------------------------------------------------------------
+HOST_SQUASHFS_TOOLS_MAKE_OPT := LZO_SUPPORT=1
HOST_SQUASHFS_TOOLS_MAKE_ENV := $(HOST_ENV)
HOST_SQUASHFS_TOOLS_MAKE_PAR := NO
HOST_SQUASHFS_TOOLS_INSTALL_OPT = install INSTALL_DIR="$(HOST_SQUASHFS_TOOLS_PKGDIR)/sbin"