aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgresql/APKBUILD')
-rw-r--r--main/postgresql/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD
index 80d8852905..bd300a17d8 100644
--- a/main/postgresql/APKBUILD
+++ b/main/postgresql/APKBUILD
@@ -3,12 +3,12 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
pkgname=postgresql
pkgver=9.6.5
-pkgrel=0
+pkgrel=1
pkgdesc="A sophisticated object-relational DBMS"
url="http://www.postgresql.org/"
arch="all"
license="BSD"
-depends="postgresql-client"
+depends="postgresql-client tzdata"
install="$pkgname.pre-upgrade"
pkgusers="postgres"
pkggroups="postgres"
@@ -97,6 +97,7 @@ _configure() (
--host=$CHOST \
--prefix=/usr \
--mandir=/usr/share/man \
+ --with-system-tzdata=/usr/share/zoneinfo \
--with-ldap \
--with-libedit-preferred \
--with-libxml \