libexplain rebuild

This commit is contained in:
Rmys
2021-03-19 20:02:19 +03:00
committed by GitHub
parent 9dee8b27eb
commit 2c7f10d7b0
7 changed files with 218 additions and 5 deletions
+4
View File
@@ -11,9 +11,13 @@ from pisi.actionsapi import get
def setup():
shelltools.copy("etc/configure.ac", "configure.ac")
skiptests=["t0555a","t0524a"]
for t in skiptests:
shelltools.system('sed -i "s/\([ \t]\)$t\([ \t]\)/\1/g" Makefile.in')
shelltools.export("CPPFLAGS", "-fPIC")
autotools.autoreconf("-fiv")
autotools.configure("--disable-static")
def build():