mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Adding debian core pg support
This commit is contained in:
parent
03c5901c23
commit
703b2102c5
2
debian/bootstrap.sh
vendored
2
debian/bootstrap.sh
vendored
@ -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
1
debian/rules
vendored
@ -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…
x
Reference in New Issue
Block a user