wok diff etherboot/receipt @ rev 24019

syslinux: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 16:32:57 2021 +0000 (2021-02-28)
parents 970c5ec9a60a
children 640a2eba2511
line diff
     1.1 --- a/etherboot/receipt	Sun May 20 13:28:18 2018 +0200
     1.2 +++ b/etherboot/receipt	Sun Feb 28 16:32:57 2021 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  etherboot-net.u
     1.5  etherboot-prefix.u
     1.6  EOT
     1.7 -	make bin/etherboot-net.bzImage
     1.8 +	make EXTRA_CFLAGS="-Wno-error=unused-but-set-variable" bin/etherboot-net.bzImage
     1.9  }
    1.10  
    1.11