浏览代码

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