wok-current diff linux/receipt @ rev 25585
Fix linux build with gcc > 6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu May 25 15:49:26 2023 +0000 (18 months ago) |
parents | e53dd413c6de |
children | d93a872413c7 |
line diff
1.1 --- a/linux/receipt Sun May 21 15:09:45 2023 +0000 1.2 +++ b/linux/receipt Thu May 25 15:49:26 2023 +0000 1.3 @@ -234,7 +234,10 @@ 1.4 aufs3-loopback.patch 1.5 aufs3-mmap.patch 1.6 EOT 1.7 - 1.8 + 1.9 + # Patch for GCC > 6.x 1.10 + patch -p1 < $stuff/linux-with-gcc8.patch 1.11 + 1.12 # Mrproper and lguest 1.13 echo "Make kernel proper and then build lguest..." 1.14 make mrproper