diff --git a/network/misc/protobuf/actions.py b/network/misc/protobuf/actions.py
index f6ecd7b5ef..e2e92ea9e6 100644
--- a/network/misc/protobuf/actions.py
+++ b/network/misc/protobuf/actions.py
@@ -11,8 +11,8 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- shelltools.export("PTHREAD_LIBS", "-lpthread")
- shelltools.system("./autogen.sh")
+ #shelltools.system("./autogen.sh")
+ shelltools.copy("../googletest-release-1.7.0", "gtest")
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
diff --git a/network/misc/protobuf/pspec.xml b/network/misc/protobuf/pspec.xml
index fa19b3ccf9..e6ca9edab8 100644
--- a/network/misc/protobuf/pspec.xml
+++ b/network/misc/protobuf/pspec.xml
@@ -13,6 +13,7 @@
Google's data interchange format
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
http://source.pisilinux.org/1.0/protobuf-3.0.0-pre.tar.gz
+ https://github.com/google/googletest/archive/release-1.7.0.tar.gz
python-setuptools