add libpq-dev (bump dependency)

This commit is contained in:
Moisés Guimarães 2014-09-05 12:55:57 -03:00
parent f8f9008c96
commit a905d3f877

3
Vagrantfile vendored
View File

@ -3,8 +3,7 @@
$setup = <<SCRIPT
apt-get update
apt-get install -y git autoconf libtool make valgrind
apt-get install -y git autoconf libtool make valgrind libpq-dev
cp -rp /vagrant/ cyassl/
echo "cd cyassl" >> .bashrc