diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 16:47:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 16:47:27 +0200 |
commit | aff84b44070cc4fed9949a37ea155d3975c6a2fb (patch) | |
tree | be4aedf32e4cbabf8a315e99c0164cc0420a57f8 /package/postgresql | |
parent | b2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (diff) |
cygwin host build patches, mostly by deactivating packages
Diffstat (limited to 'package/postgresql')
-rw-r--r-- | package/postgresql/Makefile | 1 |
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} |