diff options
author | Adis Nezirovic <adis@linux.org.ba> | 2015-01-08 17:03:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-08 17:03:57 +0700 |
commit | b8ca51749cfebb9294f1335a570a22420eaa603c (patch) | |
tree | 9fdb5c037f0c77f9db0cbc64205e142897942ce0 /system/postgresql/postgresql.SlackBuild | |
parent | 5aff91909fbd42d91f861862c413f7e05f27be47 (diff) | |
download | slackbuilds-b8ca51749cfebb9294f1335a570a22420eaa603c.tar.gz |
system/postgresql: Updated for version 9.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 7e0f2e4ac1..d37d0142d3 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for PostgreSQL # -# $Revision: 48079e3de1a0 $ -# $Date: 2014/04/12 06:31:25 $ +# $Revision: 1fcb141fcfb8 $ +# $Date: 2015/01/08 06:56:14 $ # # Copyright 2007-2014 Adis Nezirovic <adis_at_linux.org.ba> # All rights reserved. @@ -28,11 +28,11 @@ # Modified by the SlackBuilds.org Project PRGNAM=postgresql -VERSION=${VERSION:-9.3.4} +VERSION=${VERSION:-9.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PG_VERSION=${PG_VERSION:-9.3} +PG_VERSION=${PG_VERSION:-9.4} PG_PORT=${PG_PORT:-5432} PG_UID=${PG_UID:-209} PG_GID=${PG_GID:-209} @@ -111,7 +111,6 @@ CFLAGS="$SLKCFLAGS" \ --with-tcl \ --with-perl \ --with-python \ - --with-ldap \ --with-libxml \ --with-libxslt \ --enable-thread-safety \ @@ -135,7 +134,7 @@ make install-docs DESTDIR=$PKG ) # Some interesting additional modules: -# http://www.postgresql.org/docs/9.3/static/contrib.html +# http://www.postgresql.org/docs/9.4/static/contrib.html # # adminpack - helper extension for pgAdmin # pgcrypto - extension for some business applications |