mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
lzma is not required in kexec
This commit is contained in:
parent
850abfc9c8
commit
065179758e
@ -11,6 +11,7 @@ kexec_configure := ./configure \
|
|||||||
LDFLAGS="-L$(INSTALL)/lib" \
|
LDFLAGS="-L$(INSTALL)/lib" \
|
||||||
--prefix="$(INSTALL)" \
|
--prefix="$(INSTALL)" \
|
||||||
--without-zlib \
|
--without-zlib \
|
||||||
|
--without-lzma \
|
||||||
|
|
||||||
kexec_target := -j 8 install
|
kexec_target := -j 8 install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user