浏览代码

added libpq-dev dependency as required for SQlite in Debian 7 (see issue 859)

Errol Samuels 10 年之前
父节点
当前提交
efcf7f0473
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/ubuntu/install_fusionpbx.sh

+ 1 - 1
install/ubuntu/install_fusionpbx.sh

@@ -936,7 +936,7 @@ if [ $INSFREESWITCH -eq 1 ]; then
 		autoconf automake devscripts gawk g++ git-core libtool make libncurses5-dev \
 		python-dev pkg-config libtiff5-dev libldns-dev \
 		libperl-dev libgdbm-dev libdb-dev gettext libcurl4-openssl-dev \
-		libpcre3-dev libspeex-dev libspeexdsp-dev libsqlite3-dev libedit-dev \
+		libpcre3-dev libspeex-dev libspeexdsp-dev libsqlite3-dev libedit-dev libpq-dev \
 		screen htop pkg-config bzip2 curl memcached ntp php5-curl php5-imap php5-mcrypt lame \
 		time bison libssl-dev unixodbc libmyodbc unixodbc-dev libtiff-tools libmemcached-dev
 	else