Adding debian core pg support

This commit is contained in:
William King 2012-12-07 12:17:13 -08:00
parent 03c5901c23
commit 703b2102c5
2 changed files with 2 additions and 1 deletions

2
debian/bootstrap.sh vendored
View File

@ -174,7 +174,7 @@ Build-Depends:
libc6-dev (>= 2.11.3), make (>= 3.81),
wget, pkg-config,
# configure options
libssl-dev, unixodbc-dev,
libssl-dev, unixodbc-dev, libpq-dev,
libncurses5-dev, libjpeg62-dev | libjpeg8-dev,
python-dev, erlang-dev,
# documentation

1
debian/rules vendored
View File

@ -64,6 +64,7 @@ override_dh_auto_clean:
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--with-gnu-ld --with-python --with-erlang --with-openssl \
--enable-core-odbc-support --enable-zrtp \
--enable-core-pgsql-support \
--prefix=/usr --localstatedir=/var \
--sysconfdir=/etc/freeswitch \
--with-modinstdir=/usr/lib/freeswitch/mod \