summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-02-12 13:24:46 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-02-12 13:24:46 (GMT)
commite4fef6b0ef0fa08a02a02e42e6feef039c32afe2 (patch)
treee4aefc989e8841537cc4da00d6827837e1485267 /src/postgresql.mk
parentf095642419f7559355c2505113921a894b805e79 (diff)
downloadmxe-e4fef6b0ef0fa08a02a02e42e6feef039c32afe2.zip
mxe-e4fef6b0ef0fa08a02a02e42e6feef039c32afe2.tar.gz
mxe-e4fef6b0ef0fa08a02a02e42e6feef039c32afe2.tar.bz2
upgrade to postgresql 9.6.2
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index e0ad874..ad345ea 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -4,8 +4,8 @@ PKG := postgresql
$(PKG)_WEBSITE := http://www.postgresql.org/
$(PKG)_DESCR := PostgreSQL
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 9.2.4
-$(PKG)_CHECKSUM := d97dd918a88a4449225998f46aafa85216a3f89163a3411830d6890507ffae93
+$(PKG)_VERSION := 9.6.2
+$(PKG)_CHECKSUM := 0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9
$(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION)
$(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
@@ -46,6 +46,7 @@ define $(PKG)_BUILD
LIBS="-lsecur32 `'$(TARGET)-pkg-config' openssl pthreads --libs`" \
ac_cv_func_getaddrinfo=no
+ $(MAKE) -C '$(1)'/src/common -j '$(JOBS)'
# enable_thread_safety means "build internal pthreads" on windows
# disable it and link mingw-w64 pthreads to and avoid name conflicts
$(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' \