summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-02-16 16:58:07 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-02-16 20:04:41 (GMT)
commit713c5ecad7dcc51679e218ac0ace1f1d51a6b97a (patch)
tree48e48f822710589d9c59719efe096440f8d40862 /src/postgresql.mk
parentb4e1591ddb5d121dff78e548fc40e29a048a4fc9 (diff)
downloadmxe-713c5ecad7dcc51679e218ac0ace1f1d51a6b97a.zip
mxe-713c5ecad7dcc51679e218ac0ace1f1d51a6b97a.tar.gz
mxe-713c5ecad7dcc51679e218ac0ace1f1d51a6b97a.tar.bz2
Revert "upgrade to postgresql 9.6.2"
The upgrade was merged automatically but unintentionally. It is not ready. This reverts commit e4fef6b0ef0fa08a02a02e42e6feef039c32afe2.
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index ad345ea..e0ad874 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.6.2
-$(PKG)_CHECKSUM := 0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9
+$(PKG)_VERSION := 9.2.4
+$(PKG)_CHECKSUM := d97dd918a88a4449225998f46aafa85216a3f89163a3411830d6890507ffae93
$(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,7 +46,6 @@ 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)' \