wok diff grub2-efi/receipt @ rev 19946

Up vmtouch (1.3.0)
author Paul Issott <paul@slitaz.org>
date Sun May 07 15:59:20 2017 +0100 (2017-05-07)
parents 8154fa30d15b
children 29880ea81c05
line diff
     1.1 --- a/grub2-efi/receipt	Sun Apr 30 10:12:31 2017 +0200
     1.2 +++ b/grub2-efi/receipt	Sun May 07 15:59:20 2017 +0100
     1.3 @@ -18,10 +18,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	# Fixes for flex 2.5.37
     1.8 -	export CFLAGS="-Wno-error=sign-compare"
     1.9 -	sed -i 's/YY_FATAL_ERROR/REMOVED_&/' grub-core/script/yylex.l
    1.10 -
    1.11  	export EFI_ARCH=i386
    1.12  	./configure --prefix=/usr --sysconfdir=/etc \
    1.13  		--with-platform=efi --target=${EFI_ARCH} --program-prefix="" \