From: Hauke Mehrtens Date: Fri, 21 Feb 2014 20:06:41 +0000 (+0000) Subject: kexec-tools: disable lzma support X-Git-Tag: reboot~7882 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9a2493a0049551bc90cac4bbbfc5a8ff1a98fe6b kexec-tools: disable lzma support Signed-off-by: Hauke Mehrtens SVN-Revision: 39652 --- diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index 2e1446d6f5..8c1c255cba 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