From 065179758eb2504ce5ae7e54c37aad48493c8fd6 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 28 Dec 2016 16:47:10 -0500 Subject: [PATCH] lzma is not required in kexec --- modules/kexec | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/kexec b/modules/kexec index dc02234f..1b459520 100644 --- a/modules/kexec +++ b/modules/kexec @@ -11,6 +11,7 @@ kexec_configure := ./configure \ LDFLAGS="-L$(INSTALL)/lib" \ --prefix="$(INSTALL)" \ --without-zlib \ + --without-lzma \ kexec_target := -j 8 install