valgrind-3.18.1
This commit is contained in:
@@ -10,14 +10,18 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-ifv")
|
||||
shelltools.export("CFLAGS", get.CFLAGS().replace("-fstack-protector",""))
|
||||
shelltools.export("CPPFLAGS", get.CXXFLAGS().replace("-fstack-protector",""))
|
||||
autotools.configure("--without-mpicc")
|
||||
autotools.configure("--without-mpicc --libexecdir=/usr/lib")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "FAQ.txt", "NEWS", "README*")
|
||||
pisitools.dodoc("AUTHORS", "FAQ.txt", "NEWS", "README*")
|
||||
|
||||
Reference in New Issue
Block a user