From 703b2102c50d521d9a84e73b4a0bc78e7d4a04a1 Mon Sep 17 00:00:00 2001 From: William King Date: Fri, 7 Dec 2012 12:17:13 -0800 Subject: [PATCH] Adding debian core pg support --- debian/bootstrap.sh | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \