Преглед изворни кода

add yasm

add yasm since freeswitch now requires it to build
Len пре 9 година
родитељ
комит
84761b328e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install/debian/install_fusionpbx.sh

+ 1 - 1
install/debian/install_fusionpbx.sh

@@ -992,7 +992,7 @@ if [ $INSFREESWITCH -eq 1 ]; then
 	echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
 	wget -O - http://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg |apt-key add -
 	/usr/bin/apt-get update
-	/usr/bin/apt-get -y install --force-yes liblua5.2-0 liblua5.2-dev libopus-dev libcodec2-dev libyuv-dev libopus-dev libsndfile-dev libvpx-dev libvpx2-dev
+	/usr/bin/apt-get -y install --force-yes liblua5.2-0 liblua5.2-dev libopus-dev libcodec2-dev libyuv-dev libopus-dev libsndfile-dev libvpx-dev libvpx2-dev yasm
 
 	#added libgnutls-dev libgnutls26 for dingaling...
 	#gnutls no longer required for dingaling (git around oct 17 per mailing list..)