VOL-849 - Fix previous commit - Do not build libprotobuf separately.
Change-Id: I0bb9744c6e47c0cc18754e99c60e8108357bd7ab
diff --git a/Makefile b/Makefile
index e23fb7e..8446ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -81,13 +81,6 @@
sudo make -C $(GRPC_DST)/third_party/protobuf install
sudo ldconfig
- rm -rf /tmp/protobuf
- git clone https://github.com/google/protobuf.git /tmp/protobuf
- cd /tmp/protobuf && git submodule update --init --recursive && ./autogen.sh && ./configure
- make -C /tmp/protobuf
- sudo make -C /tmp/protobuf install
- sudo ldconfig
-
# libunwind (needed by glog)
rm -rf /tmp/libunwind-1.2
wget http://download.savannah.nongnu.org/releases/libunwind/libunwind-1.2.tar.gz -P /tmp