Dependency

This commit is contained in:
Bob Mottram 2014-09-30 23:57:00 +01:00
parent 139f671bed
commit 0706428aa7
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ function time_synchronisation {
# building tlsdate from source is a workaround because of
# this bug https://github.com/ioerror/tlsdate/issues/130
apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev
apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev
if [ ! -d $INSTALL_DIR ]; then
mkdir $INSTALL_DIR
fi