From: Gilles Chanteperdrix Date: Tue, 14 Jun 2016 15:11:18 +0000 (+0200) Subject: grub2: really disable liblzma X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b64f7b7eee12e24c70d65250f4c74b6d471ea85b;p=buildroot.git grub2: really disable liblzma There is no option --enable-liblzma=no in grub2's configure script, so the only way to disable liblzma support is to pass ac_cv_lib_lzma_lzma_code=no. Signed-off-by: Gilles Chanteperdrix Tested-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" [Thomas: expand commit log, as suggested by Yann E. Morin.] Signed-off-by: Thomas Petazzoni --- diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk index 88a46f4cee..112a401b02 100644 --- a/boot/grub2/grub2.mk +++ b/boot/grub2/grub2.mk @@ -62,7 +62,7 @@ GRUB2_CONF_OPTS = \ --with-platform=$(GRUB2_PLATFORM) \ --disable-grub-mkfont \ --enable-efiemu=no \ - --enable-liblzma=no \ + ac_cv_lib_lzma_lzma_code=no \ --enable-device-mapper=no \ --enable-libzfs=no \ --disable-werror