From 96ce4723a9034150f74cbcb770bfc2978a27522c Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Wed, 8 Mar 2017 19:13:25 +0300 Subject: [PATCH] protobuf fix --- network/misc/protobuf/actions.py | 4 ++-- network/misc/protobuf/pspec.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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