patch rebuild

This commit is contained in:
Ertuğrul Erata
2018-07-18 06:52:19 +03:00
parent 5e76efce82
commit e55cde128f
+4 -3
View File
@@ -9,11 +9,12 @@ from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-vfi")
autotools.configure()
autotools.configure("--prefix=/usr")
def build():
autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
#autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
autotools.make()
def check():
autotools.make("check")