summaryrefslogtreecommitdiffstats
path: root/libpostgresql/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-02 15:03:18 +0000
committerpiernov <piernov@piernov.org>2012-06-02 15:03:18 +0000
commit5ca8304bb81d4ae8ab367cbf9e34a8f34ab48e13 (patch)
treebd3e6ce954884a542ec7176d508988a6694a9cf5 /libpostgresql/Pkgfile
parentf68280056118a8712459e04dbbccbfd51d432bb7 (diff)
downloadnutyx-extra-5ca8304bb81d4ae8ab367cbf9e34a8f34ab48e13.tar.gz
nutyx-extra-5ca8304bb81d4ae8ab367cbf9e34a8f34ab48e13.tar.bz2
nutyx-extra-5ca8304bb81d4ae8ab367cbf9e34a8f34ab48e13.tar.xz
nutyx-extra-5ca8304bb81d4ae8ab367cbf9e34a8f34ab48e13.zip
libpostgresql 9.1.3-1 màj port
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