Explorar el Código

Toxcore daemon

Bob Mottram hace 9 años
padre
commit
23ccaa6cd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-mesh-install

+ 1
- 1
src/freedombone-mesh-install Ver fichero

@@ -428,7 +428,7 @@ function mesh_tox_node {
428 428
     $CHROOT_PREFIX git checkout $TOX_COMMIT -b $TOX_COMMIT
429 429
 
430 430
     $CHROOT_PREFIX autoreconf -i
431
-    $CHROOT_PREFIX ./configure --enable-daemon
431
+    $CHROOT_PREFIX ./configure --enable-daemon --disable-av
432 432
     if [ ! "$?" = "0" ]; then
433 433
         return
434 434
     fi