From 446b8be846e9540f7e677298a82bbc5200c95979 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Sep 2014 11:00:20 +0100 Subject: [PATCH] libevent --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 8175d571..3962556d 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -209,7 +209,7 @@ function time_synchronisation { if grep -Fxq "time_synchronisation" $COMPLETION_FILE; then return fi - apt-get -y install build-essential automake git pkg-config autoconf libtool libssl-dev + apt-get -y install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev apt-get -y remove ntpdate mkdir $INSTALL_DIR cd $INSTALL_DIR