summaryrefslogtreecommitdiff
path: root/package/postgresql
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:55:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:55:08 +0200
commit61355d1f054c15673adeb62d32dfd4563f89c165 (patch)
tree7514f5115d00b33c16fc6a4812549ea12ab4512e /package/postgresql
parent50ffd7421f99658e4bc12b99d2d1b870e18f987e (diff)
parent9588a89158a9a4be899f82295ab851acfda55bf7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/postgresql')
-rw-r--r--package/postgresql/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile
index 56e293b18..2b178e2e6 100644
--- a/package/postgresql/Makefile
+++ b/package/postgresql/Makefile
@@ -33,6 +33,7 @@ PKG_CONFIGURE_ARGS:=\
--without-readline \
--without-bonjour \
--without-tcl \
+ --with-system-tzdata=${STAGING_DIR} \
--with-zlib="yes"
CONFIGURE_ARGS+= ${PKG_CONFIGURE_ARGS}