Skip to content
Snippets Groups Projects
Commit 9a2493a0 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kexec-tools: disable lzma support


Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 39652
parent 980626aa
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,8 @@ CONFIGURE_ARGS = \ ...@@ -54,7 +54,8 @@ CONFIGURE_ARGS = \
--sbindir=/usr/sbin \ --sbindir=/usr/sbin \
--libexecdir=/usr/lib \ --libexecdir=/usr/lib \
--sysconfdir=/etc \ --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_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections TARGET_LDFLAGS += -Wl,--gc-sections
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment