diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-04-14 09:53:58 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-14 14:37:46 +0200 |
commit | 73aaf7391674411a6a023afa5f67bbad9532ee39 (patch) | |
tree | 469f6e2c17c2e291570d372b6bcb7e060da94494 /package/postgresql/postgresql.mk | |
parent | 591cd5d37df17a7893e30746193a9c8eb2ca3676 (diff) | |
download | buildroot-73aaf7391674411a6a023afa5f67bbad9532ee39.tar.gz buildroot-73aaf7391674411a6a023afa5f67bbad9532ee39.zip |
postgresql: bump version to 9.5.2
Also remove a patch which is no longer necessary and do not autoreconf.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/postgresql/postgresql.mk')
-rw-r--r-- | package/postgresql/postgresql.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index 444c1b1321..35728217ec 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 9.4.6 +POSTGRESQL_VERSION = 9.5.2 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL @@ -14,7 +14,6 @@ POSTGRESQL_CONFIG_SCRIPTS = pg_config POSTGRESQL_CONF_ENV = ac_cv_type_struct_sockaddr_in6=yes \ pgac_cv_snprintf_long_long_int_format="%lld" \ pgac_cv_snprintf_size_t_support=yes -POSTGRESQL_AUTORECONF = YES POSTGRESQL_CONF_OPTS = --disable-rpath ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y) |