소스 검색

Enable the tox daemon

Bob Mottram 10 년 전
부모
커밋
b6e0969bbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 파일 보기

@@ -7527,7 +7527,7 @@ function install_tox_node {
7527 7527
   git clone $TOX_REPO
7528 7528
   cd $INSTALL_DIR/toxcore
7529 7529
   autoreconf -i
7530
-  ./configure
7530
+  ./configure --enable-daemon
7531 7531
   if [ ! "$?" = "0" ]; then
7532 7532
       exit 78467
7533 7533
   fi