patch rebuild
This commit is contained in:
@@ -9,11 +9,12 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#autotools.autoreconf("-vfi")
|
#autotools.autoreconf("-vfi")
|
||||||
autotools.configure()
|
autotools.configure("--prefix=/usr")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
|
#autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
autotools.make("check")
|
autotools.make("check")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user