pisi and file updated to newer version

This commit is contained in:
Safa Arıman
2020-01-13 22:07:02 +03:00
parent e2a3b59bcf
commit 16d579a786
4 changed files with 19 additions and 72 deletions
+3
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def setup():
pisitools.flags.add("-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -fPIC")
@@ -19,9 +20,11 @@ def setup():
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())