gnu-efi ver. bump
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user