Browse Source

Toxcore daemon

Bob Mottram 9 years ago
parent
commit
23ccaa6cd7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-install

+ 1
- 1
src/freedombone-mesh-install View File

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