gnu-efi ver. bump

This commit is contained in:
Rmys
2024-07-06 12:53:25 +03:00
parent 2acf535003
commit b3fb33e968
3 changed files with 148 additions and 2 deletions
+7 -1
View File
@@ -10,11 +10,17 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
pisitools.ldflags.remove("-Wl,-z,relro")
pisitools.ldflags.remove("-Wl,-O1")
pisitools.ldflags.remove("-Wl,--hash-style=gnu")
pisitools.ldflags.remove("-Wl,--as-needed")
pisitools.ldflags.remove("-Wl,--sort-common")
shelltools.system("sed -e 's/-Werror//g' -i Make.defaults")
options="lib gnuefi inc"
options="PREFIX='/usr' lib gnuefi inc apps"
autotools.make(options)
def install():
autotools.rawInstall("INSTALLROOT=%s \
PREFIX='/usr'" % get.installDIR())