Bump Buildroot Version to buildroot 2019_02_6
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
POSTGRESQL_VERSION = 11.2
|
||||
POSTGRESQL_VERSION = 11.5
|
||||
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
|
||||
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
|
||||
POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
|
||||
POSTGRESQL_LICENSE = PostgreSQL
|
||||
POSTGRESQL_LICENSE_FILES = COPYRIGHT
|
||||
POSTGRESQL_INSTALL_STAGING = YES
|
||||
@@ -93,6 +93,14 @@ else
|
||||
POSTGRESQL_CONF_OPTS += --without-systemd
|
||||
endif
|
||||
|
||||
POSTGRESQL_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180),y)
|
||||
POSTGRESQL_CFLAGS += -O0
|
||||
endif
|
||||
|
||||
POSTGRESQL_CONF_ENV += CFLAGS="$(POSTGRESQL_CFLAGS)"
|
||||
|
||||
define POSTGRESQL_USERS
|
||||
postgres -1 postgres -1 * /var/lib/pgsql /bin/sh - PostgreSQL Server
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user