summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorGilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>2016-06-14 17:11:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-15 23:01:18 +0200
commitb64f7b7eee12e24c70d65250f4c74b6d471ea85b (patch)
tree6462913fa32332136e0bfa58d04e2107e3478537 /boot
parent0044cf60e8d93501ff269b7c1f442a5ae54fd3b9 (diff)
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 <gilles.chanteperdrix@xenomai.org> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: expand commit log, as suggested by Yann E. Morin.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/grub2/grub2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk
index 88a46f4ce..112a401b0 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