wok-current diff gpxe/receipt @ rev 25727
Add miss stuff folder for libxml++, dbus-c++
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:46:37 2024 +0000 (2 weeks ago) |
parents | 35db2ca0cb06 |
children |
line diff
1.1 --- a/gpxe/receipt Wed May 24 17:43:17 2023 +0000 1.2 +++ b/gpxe/receipt Tue Nov 05 13:46:37 2024 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 WEB_SITE="http://etherboot.org/wiki/" 1.5 WGET_URL="https://git.ipxe.org/release/$SOURCE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="perl linld" 1.8 +BUILD_DEPENDS="perl linld gcc49" 1.9 1.10 # What is the latest version available today? 1.11 current_version() 1.12 @@ -33,7 +33,7 @@ 1.13 done 1.14 sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c 1.15 sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c 1.16 - make EXTRA_CFLAGS="-fno-strict-aliasing -Wno-error=unused-but-set-variable -Wno-error=array-bounds" \ 1.17 + make CC=gcc-49 EXTRA_CFLAGS="-fno-strict-aliasing -Wno-error=unused-but-set-variable -Wno-error=array-bounds" \ 1.18 bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | grep -v housekeeping: | grep -v blib.list 1.19 } 1.20