forked from Mirrors/freeswitch
Adding debian core pg support
This commit is contained in:
parent
03c5901c23
commit
703b2102c5
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue