diff --git a/builddeps.sh b/builddeps.sh index 0c098bd..92c02aa 100755 --- a/builddeps.sh +++ b/builddeps.sh @@ -18,7 +18,7 @@ cd ../../ echo "Installing Protobuf" cd third_party/protobuf -./autogen.sh && ./configure --prefix=${pfx} && make && sudo make prefix=${pfix} install +./autogen.sh && ./configure --prefix=${pfix} && make && sudo make prefix=${pfix} install sudo ldconfig cd ../../