소스 검색

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