valgrind:update 3.11

This commit is contained in:
alihanozturk
2016-03-29 17:37:57 +03:00
parent 70b31a1603
commit 90bd53fe61
5 changed files with 152 additions and 98 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
shelltools.export("CFLAGS", get.CFLAGS().replace("-fstack-protector",""))
shelltools.export("CPPFLAGS", get.CXXFLAGS().replace("-fstack-protector",""))
autotools.configure("--without-mpicc")
def build():