]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Adding debian core pg support
authorWilliam King <william.king@quentustech.com>
Fri, 7 Dec 2012 20:17:13 +0000 (12:17 -0800)
committerWilliam King <william.king@quentustech.com>
Fri, 7 Dec 2012 20:17:19 +0000 (12:17 -0800)
debian/bootstrap.sh
debian/rules

index ad32b908954c18bda74eefa3bc4c826d7cab61ee..6d444af103010c2d38eb83ea0a3c60de7fc6d463 100755 (executable)
@@ -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
index 959a9e5254a6e7b75bc91c10f814c79a201a0359..d5bdadf8635f45d767b1c7f2905a09fb583c42ba 100755 (executable)
@@ -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 \