summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/boot/kexec-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index 2e1446d..8c1c255 100644
--- a/package/boot/kexec-tools/Makefile
+++ b/package/boot/kexec-tools/Makefile
@@ -54,7 +54,8 @@ CONFIGURE_ARGS = \
--sbindir=/usr/sbin \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
- $(if $(CONFIG_KEXEC_ZLIB),--with,--without)-zlib
+ $(if $(CONFIG_KEXEC_ZLIB),--with,--without)-zlib \
+ --without-lzma
TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections