Toxcore daemon

This commit is contained in:
Bob Mottram 2016-04-06 16:04:19 +01:00
parent b254250455
commit 23ccaa6cd7
1 changed files with 1 additions and 1 deletions

View File

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