summaryrefslogtreecommitdiff
path: root/repo/efibootmgr/efibootmgr.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/efibootmgr/efibootmgr.xibuild')
-rw-r--r--repo/efibootmgr/efibootmgr.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/efibootmgr/efibootmgr.xibuild b/repo/efibootmgr/efibootmgr.xibuild
index 16825ea..dbbc015 100644
--- a/repo/efibootmgr/efibootmgr.xibuild
+++ b/repo/efibootmgr/efibootmgr.xibuild
@@ -1,7 +1,6 @@
#!/bin/sh
-MAKEDEPS="make "
-DEPS="efivar popt"
+MAKEDEPS="make efivar popt"
PKG_VER=18
SOURCE=https://github.com/rhboot/efibootmgr/archive/$PKG_VER/efibootmgr-$PKG_VER.tar.gz
@@ -13,6 +12,7 @@ prepare () {
}
build () {
+ export CFLAGS="$CFLAGS -Wno-pointer-sign"
make EFIDIR=XI EFI_LOADER=grubx64.efi
}