diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index ad32b90895..6d444af103 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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 diff --git a/debian/rules b/debian/rules index 959a9e5254..d5bdadf863 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \