Selaa lähdekoodia

Missing tlsdate dependencies

Bob Mottram 9 vuotta sitten
vanhempi
commit
5df98c197b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/freedombone-utils-time

+ 1
- 0
src/freedombone-utils-time Näytä tiedosto

@@ -101,6 +101,7 @@ function time_synchronisation_tlsdate {
101 101
 
102 102
 	apt-get -y remove tlsdate ntpdate
103 103
 	apt-get -y install build-essential autoconf libevent-dev
104
+	apt-get -y install pkg-config libtool libssl-dev
104 105
 
105 106
 	cd $INSTALL_DIR
106 107
 	function_check git_clone