protobuf:fix actions

This commit is contained in:
alihanozturk
2017-03-08 19:14:31 +03:00
parent 96ce4723a9
commit 9ce903f638
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#shelltools.system("./autogen.sh")
shelltools.export("PTHREAD_LIBS", "-lpthread")
shelltools.copy("../googletest-release-1.7.0", "gtest")
autotools.autoreconf("-vif")
autotools.configure("--disable-static")