ports/opt (3.7): efibootmgr: added a build workaround for text_path issues
commit 23c2a07cbb4f0af076dff40fd00dabfe1e587e2a Author: Matt Housh <jaeger@crux.ninja> Date: Wed Feb 2 11:49:38 2022 -0600 efibootmgr: added a build workaround for text_path issues diff --git a/efibootmgr/.signature b/efibootmgr/.signature index d7c79c556..e94e63188 100644 --- a/efibootmgr/.signature +++ b/efibootmgr/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Qq+ANCfJllUVA31RrjYwcvwHsfOPPubP/hd9zrTPjiM5Lk5WOCRg4VvXsRlStNhJMeHUHGZ7w+NochcihpGEQM= -SHA256 (Pkgfile) = d3ed6e108d75359d59aa701a93864a1cce8105a61924a7708ad697c94071d073 +RWSE3ohX2g5d/WTJa1SUFhtvEi8pVP50esxALVE2VACwWbdeE2hhaRJrExiCea33JntV48hnqcN2QhILVF12KbH0ItWtwszUTAk= +SHA256 (Pkgfile) = 17d6baf9d79b6543bf0da9769f7c73068ff85084af3053a84043b13a1dc70a3b SHA256 (.footprint) = e34f18fd1083f800387ab49d04767d3d41735415249dcd80b13acf5c78108282 SHA256 (efibootmgr-17.tar.gz) = 22a95ebe0d5c9fb2915b3a100450f8f37484d1dbb8b296f55b343cc84f10397d diff --git a/efibootmgr/Pkgfile b/efibootmgr/Pkgfile index 749fe01de..8988e7896 100644 --- a/efibootmgr/Pkgfile +++ b/efibootmgr/Pkgfile @@ -10,6 +10,7 @@ release=1 source=(https://github.com/rhboot/efibootmgr/archive/$version/$name-$version.tar.gz) build() { + export CFLAGS="${CFLAGS} -Wno-error=pointer-sign" cd $name-$version sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c EFIDIR=/boot/efi make
participants (1)
-
crux@crux.nu