Bug#777892: Info received and FILED only (Bug#777892: gummiboot: ftbfs with GCC-5)

2015-10-04 Thread Hector Oron
Hello, 2015-10-03 17:46 GMT+02:00 Julian Andres Klode : > On Fri, Oct 02, 2015 at 03:27:09PM +0200, Hector Oron wrote: >> Find attached patch that fixes the build issue: >> >> --- gummiboot-48.orig/Makefile.am >> +++ gummiboot-48/Makefile.am >> @@ -83,6 +83,7 @@ efi_cppflags =

Bug#777892: Info received and FILED only (Bug#777892: gummiboot: ftbfs with GCC-5)

2015-10-03 Thread Julian Andres Klode
On Fri, Oct 02, 2015 at 03:27:09PM +0200, Hector Oron wrote: > Hello, > > Find attached patch that fixes the build issue: > > --- gummiboot-48.orig/Makefile.am > +++ gummiboot-48/Makefile.am > @@ -83,6 +83,7 @@ efi_cppflags = \ > > efi_cflags = \ > $(EFI_CFLAGS) \ > +

Bug#777892: Info received and FILED only (Bug#777892: gummiboot: ftbfs with GCC-5)

2015-10-02 Thread Hector Oron
Hello, Find attached patch that fixes the build issue: --- gummiboot-48.orig/Makefile.am +++ gummiboot-48/Makefile.am @@ -83,6 +83,7 @@ efi_cppflags = \ efi_cflags = \ $(EFI_CFLAGS) \ + -std=gnu89 \ -Wall \ -Wextra \ -nostdinc \ Regards, --