wok-current diff efibootmgr/receipt @ rev 25716

Adjust mesa depends and fix loop for libegl-mesa,libglx-mesa / mesa
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 14:46:05 2024 +0000 (8 weeks ago)
parents 3ef416821a7d
children
line diff
     1.1 --- a/efibootmgr/receipt	Mon Feb 21 06:58:51 2022 +0100
     1.2 +++ b/efibootmgr/receipt	Fri Jun 14 14:46:05 2024 +0000
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/rhboot/efibootmgr/archive/$VERSION.tar.gz"
     1.6  
     1.7 -DEPENDS="efivar gcc83-lib-base popt"
     1.8 -BUILD_DEPENDS="efivar-dev gcc83 icu-dev popt-dev"
     1.9 +DEPENDS="efivar popt"
    1.10 +BUILD_DEPENDS="efivar-dev icu-dev popt-dev"
    1.11  
    1.12  current_version()
    1.13  {
    1.14 @@ -26,8 +26,6 @@
    1.15  	patch --strip=1 --input=$stuff/patches/efibootmgr.c-17 &&
    1.16  
    1.17  	export	EFIDIR=/boot/efi
    1.18 -	export	CC=gcc-83
    1.19 -	export	COMPILER=gcc-83
    1.20  	export	CFLAGS="$CFLAGS -I/usr/include/unicode -I/usr/include/efivar"
    1.21  
    1.22  	make libdir=/usr/lib &&