Przeglądaj źródła

Enable the tox daemon

Bob Mottram 10 lat temu
rodzic
commit
b6e0969bbb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Wyświetl plik

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