|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-POSTGRESQL_VERSION = 10.5
|
|
|
+POSTGRESQL_VERSION = 11.0
|
|
|
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
|
|
|
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
|
|
|
POSTGRESQL_LICENSE = PostgreSQL
|
|
@@ -17,6 +17,11 @@ POSTGRESQL_CONF_ENV = \
|
|
|
pgac_cv_snprintf_size_t_support=yes
|
|
|
POSTGRESQL_CONF_OPTS = --disable-rpath
|
|
|
|
|
|
+# https://www.postgresql.org/docs/11/static/install-procedure.html:
|
|
|
+# "If you want to invoke the build from another makefile rather than
|
|
|
+# manually, you must unset MAKELEVEL or set it to zero"
|
|
|
+POSTGRESQL_MAKE_OPTS = MAKELEVEL=0
|
|
|
+
|
|
|
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|
|
|
# PostgreSQL does not build against uClibc with locales
|
|
|
# enabled, due to an uClibc bug, see
|