wok-current diff linux/receipt @ rev 25586

Fix linux build with gcc > 6 again
author Stanislas Leduc <shann@slitaz.org>
date Mon May 29 12:23:26 2023 +0000 (18 months ago)
parents a58264a81dff
children 22166ae1fc15
line diff
     1.1 --- a/linux/receipt	Thu May 25 15:49:26 2023 +0000
     1.2 +++ b/linux/receipt	Mon May 29 12:23:26 2023 +0000
     1.3 @@ -235,8 +235,13 @@
     1.4  aufs3-mmap.patch
     1.5  EOT
     1.6  
     1.7 -	# Patch for GCC > 6.x
     1.8 -	patch -p1 < $stuff/linux-with-gcc8.patch
     1.9 +	# Patch for GCC > 6.x 
    1.10 +	# usbip (format overflow / implicit-fallthrough)
    1.11 +	# kernel (format overflow)
    1.12 +	patch -p1 < $stuff/linux-usbip-fix-format-overflow-gcc8.patch
    1.13 +	patch -p1 < $stuff/linux-usbip-fix-implicit-fallthrough-gcc8.patch
    1.14 +	patch -p1 < $stuff/linux-fix-format-overflow-gcc8.patch
    1.15 +	patch -p1 < $stuff/linux-fix-noreturn-attributes-gcc8.patch
    1.16  
    1.17  	# Mrproper and lguest
    1.18  	echo "Make kernel proper and then build lguest..."