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 from pisi.actionsapi import get
def setup(): def setup():
#shelltools.system("./autogen.sh") shelltools.export("PTHREAD_LIBS", "-lpthread")
shelltools.copy("../googletest-release-1.7.0", "gtest") shelltools.copy("../googletest-release-1.7.0", "gtest")
autotools.autoreconf("-vif") autotools.autoreconf("-vif")
autotools.configure("--disable-static") autotools.configure("--disable-static")