[tor-commits] [ooni-probe/master] Also install libffi-dev

art at torproject.org art at torproject.org
Tue Aug 19 13:33:39 UTC 2014


commit f16457e07070b92103b339f9e367c96e36801d02
Author: Arturo Filastò <art at fuffa.org>
Date:   Tue Aug 19 15:25:46 2014 +0200

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

diff --git a/Vagrantfile b/Vagrantfile
index 7f20f5e..bd9d5db 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -27,7 +27,7 @@ apt-get update
 apt-get install -y tor deb.torproject.org-keyring
 
 # Setup for sniffer subsystem
-apt-get install -y build-essential libdumbnet-dev python-dumbnet python-pypcap libpcap-dev python-dev python-pip libgeoip-dev
+apt-get install -y build-essential libdumbnet-dev python-dumbnet python-pypcap libpcap-dev python-dev python-pip libgeoip-dev libffi-dev
 cd /ooni
 python setup.py install
 echo "Login using 'vagrant ssh', and dont forget to run ooniprobe as root."





More information about the tor-commits mailing list