diff --git a/programming/library/gnu-efi/actions.py b/programming/library/gnu-efi/actions.py
index c0a807a3a4..1d717a8c15 100644
--- a/programming/library/gnu-efi/actions.py
+++ b/programming/library/gnu-efi/actions.py
@@ -6,12 +6,15 @@
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
+ shelltools.system("sed -e 's/-Werror//g' -i Make.defaults")
+
options="lib gnuefi inc"
autotools.make(options)
def install():
autotools.rawInstall("INSTALLROOT=%s \
- PREFIX='/usr'" % get.installDIR())
\ No newline at end of file
+ PREFIX='/usr'" % get.installDIR())
diff --git a/programming/library/gnu-efi/pspec.xml b/programming/library/gnu-efi/pspec.xml
index 60094e6ce5..6622f6a72e 100644
--- a/programming/library/gnu-efi/pspec.xml
+++ b/programming/library/gnu-efi/pspec.xml
@@ -13,7 +13,7 @@
Libry
Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain and the EFI development environment..
GNU toolchain and the EFI development environment..
- https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.11.tar.bz2
+ https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.14.tar.bz2
@@ -26,6 +26,13 @@
+
+ 2021-11-21
+ 3.0.14
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-11-07
3.0.11