protobuf:fix actions
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user