wok-current diff mingw32-gcc-c/receipt @ rev 25702
Up git (CVE-2024-32002,CVE-2024-32004,CVE-2024-32020,CVE-2024-32021,CVE-2024-32465), gdk-pixbuf CVE-2022-48622, up linux 5.10.217
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 20 11:38:26 2024 +0000 (7 months ago) |
parents | afae00265386 |
children | 5926178cd6fa |
line diff
1.1 --- a/mingw32-gcc-c/receipt Tue Feb 08 16:59:06 2022 +0000 1.2 +++ b/mingw32-gcc-c/receipt Mon May 20 11:38:26 2024 +0000 1.3 @@ -15,7 +15,8 @@ 1.4 TAGS="compiler C" 1.5 1.6 DEPENDS="glibc-base mingw32-binutils mingw32-w32api-headers mingw32-runtime-headers" 1.7 -BUILD_DEPENDS="slitaz-toolchain bison flex mingw32-binutils mingw32-runtime-headers mingw32-w32api-headers" 1.8 +BUILD_DEPENDS="slitaz-toolchain bison flex gcc49 mingw32-binutils \ 1.9 +mingw32-runtime-headers mingw32-w32api-headers" 1.10 1.11 # Configuration only needs included if we're in the build/wok environment 1.12 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 1.13 @@ -42,6 +43,10 @@ 1.14 rm -f -r $src/binutils 1.15 mkdir -p $SOURCE-$VERSION-build 1.16 cd $SOURCE-$VERSION-build 1.17 + 1.18 + export CC=gcc-49 1.19 + export CXX=gcc-49 1.20 + 1.21 $src/configure \ 1.22 --prefix=/usr \ 1.23 --libexecdir=/usr/lib \