wok-current diff nettle/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 (19 months ago) |
parents | b2d550a4aebd |
children | 5926178cd6fa |
line diff
1.1 --- a/nettle/receipt Wed May 11 08:28:28 2022 -0400 1.2 +++ b/nettle/receipt Mon May 29 12:23:26 2023 +0000 1.3 @@ -11,8 +11,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="gcc83-lib-base gmp" 1.8 -BUILD_DEPENDS="gcc83 gmp-dev" 1.9 +DEPENDS="gcc-lib-base gmp" 1.10 +BUILD_DEPENDS="gcc gmp-dev" 1.11 1.12 HOST_ARCH="i486 arm" 1.13 1.14 @@ -32,8 +32,8 @@ 1.15 compile_rules() 1.16 { 1.17 ./configure \ 1.18 - CC=gcc-83 \ 1.19 - CXX=g++-83 \ 1.20 + CC=gcc \ 1.21 + CXX=g++ \ 1.22 --libdir=/usr/lib \ 1.23 --enable-shared \ 1.24 $CONFIGURE_ARGS \