Skip to content

Commit

Permalink
main/postgresql: use system-provided tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Nov 4, 2017
1 parent e5c04a4 commit 26892ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main/postgresql/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 26892ae

Please sign in to comment.