Bump toxcore commit
This commit is contained in:
parent
8719c772b3
commit
6017426e49
|
@ -470,7 +470,7 @@ ENABLE_SOCIAL_KEY_MANAGEMENT="no"
|
||||||
TOX_PORT=33445
|
TOX_PORT=33445
|
||||||
TOX_REPO="git://github.com/irungentoo/toxcore.git"
|
TOX_REPO="git://github.com/irungentoo/toxcore.git"
|
||||||
TOXID_REPO="https://github.com/bashrc/toxid"
|
TOXID_REPO="https://github.com/bashrc/toxid"
|
||||||
TOX_COMMIT='73b2144edcfd1ca617e9054479b66ab0c0361a14'
|
TOX_COMMIT='532629d486e3361c7d8d95b38293cc7d61dc4ee5'
|
||||||
TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
|
TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
|
||||||
# These are some default nodes, but you can replace them with trusted nodes
|
# These are some default nodes, but you can replace them with trusted nodes
|
||||||
# as you prefer. See https://wiki.tox.im/Nodes
|
# as you prefer. See https://wiki.tox.im/Nodes
|
||||||
|
|
|
@ -506,7 +506,8 @@ function mesh_tox_node {
|
||||||
}
|
}
|
||||||
|
|
||||||
function mesh_tox_client {
|
function mesh_tox_client {
|
||||||
$CHROOT_PREFIX apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev libcurl4-openssl-dev
|
$CHROOT_PREFIX apt-get -y install libncursesw5-dev libconfig-dev libqrencode-dev
|
||||||
|
$CHROOT_PREFIX apt-get -y install libcurl4-openssl-dev libvpx-dev libopenal-dev
|
||||||
|
|
||||||
$CHROOT_PREFIX git_clone $TOXIC_REPO $INSTALL_DIR/toxic
|
$CHROOT_PREFIX git_clone $TOXIC_REPO $INSTALL_DIR/toxic
|
||||||
$CHROOT_PREFIX cd $INSTALL_DIR/toxic
|
$CHROOT_PREFIX cd $INSTALL_DIR/toxic
|
||||||
|
|
Loading…
Reference in New Issue