ソースを参照

Missing tlsdate dependencies

Bob Mottram 9 年 前
コミット
5df98c197b
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/freedombone-utils-time

+ 1
- 0
src/freedombone-utils-time ファイルの表示

@@ -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