[tor-commits] [oonib/master] Make Vagrantfile also install libffi-dev

art at torproject.org art at torproject.org
Wed May 21 10:48:10 UTC 2014


commit f65f1683f10714291d8ab899ee02f41fca02484d
Author: Taylor Hornby <havoc at defuse.ca>
Date:   Wed Apr 30 12:33:39 2014 -0600

    Make Vagrantfile also install libffi-dev
---
 Vagrantfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 347ad34..4a89157 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -112,7 +112,7 @@ end
 
 $setup_script = <<SCRIPT
 apt-get update
-apt-get -y install curl python-setuptools python-dev libsqlite3-dev
+apt-get -y install curl python-setuptools python-dev libsqlite3-dev libffi-dev
 
 echo "Updating to the latest version of PIP"
 cd /tmp/





More information about the tor-commits mailing list