diff mbox

[4/5] grub2: really disable liblzma

Message ID 1465917079-30473-4-git-send-email-gilles.chanteperdrix@xenomai.org
State Accepted
Headers show

Commit Message

Gilles Chanteperdrix June 14, 2016, 3:11 p.m. UTC
Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
---
 boot/grub2/grub2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN June 14, 2016, 8:38 p.m. UTC | #1
Gilles, All,

Replying to the correct version now. Next time, can you set the version
of the series when sending, please? See:
    https://buildroot.org/downloads/manual/manual.html#_patch_revision_changelog

On 2016-06-14 17:11 +0200, Gilles Chanteperdrix spake thusly:
> Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> ---
>  boot/grub2/grub2.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk
> index 88a46f4..112a401 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 \

It would have been nice to say that --enale-liblzma is not a supported
option to grub2's configure.

Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

>  	--enable-device-mapper=no \
>  	--enable-libzfs=no \
>  	--disable-werror
> -- 
> 2.8.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni June 15, 2016, 9 p.m. UTC | #2
Hello,

On Tue, 14 Jun 2016 17:11:18 +0200, Gilles Chanteperdrix wrote:
> Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> ---
>  boot/grub2/grub2.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I've applied to master, after extending a bit the commit log, as
suggested by Yann E. Morin.

Thanks!

Thomas
diff mbox

Patch

diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk
index 88a46f4..112a401 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