summaryrefslogtreecommitdiffstats
path: root/libpostgresql/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libpostgresql/Pkgfile')
-rw-r--r--libpostgresql/Pkgfile16
1 files changed, 9 insertions, 7 deletions
diff --git a/libpostgresql/Pkgfile b/libpostgresql/Pkgfile
index 50bc420b4..3a3312c27 100644
--- a/libpostgresql/Pkgfile
+++ b/libpostgresql/Pkgfile
@@ -6,21 +6,23 @@
# Run on: libxml2,linux-pam
name=libpostgresql
-version=9.1.2
+version=9.1.3
release=1
-source=(ftp://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2
- postgresql.pam)
+source=(ftp://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2)
build() {
cd postgresql-$version
- ./configure --prefix=/usr \
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-docdir=/usr/share/doc \
--with-openssl \
- --enable-thread-safety \
--with-pam \
- --with-libxml
-
+ --with-libxml \
+ --with-python \
+ --with-tcl \
+ --with-perl \
+ --enable-thread-safety \
+ --enable-nls
make
for i in src/interfaces src/bin/pg_config src/include; do