diff mbox series

[1/1] package/postgresql: drop unrecognized variables

Message ID 20201108172347.63740-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/postgresql: drop unrecognized variables | expand

Commit Message

Fabrice Fontaine Nov. 8, 2020, 5:23 p.m. UTC
pgac_cv_snprintf_long_long_int_modifier has been dropped since version
11.0 and
https://github.com/postgres/postgres/commit/b929614f5e867c70721b3db31d3dec6cb35e1eb5

pgac_cv_snprintf_size_t_support has been dropped since version 12.0 and
https://github.com/postgres/postgres/commit/96bf88d52711ad3a0a4cc2d1d9cb0e2acab85e63

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/postgresql/postgresql.mk | 2 --
 1 file changed, 2 deletions(-)

Comments

Peter Korsgaard Nov. 9, 2020, 8:21 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > pgac_cv_snprintf_long_long_int_modifier has been dropped since version
 > 11.0 and
 > https://github.com/postgres/postgres/commit/b929614f5e867c70721b3db31d3dec6cb35e1eb5

 > pgac_cv_snprintf_size_t_support has been dropped since version 12.0 and
 > https://github.com/postgres/postgres/commit/96bf88d52711ad3a0a4cc2d1d9cb0e2acab85e63

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to next, thanks.
diff mbox series

Patch

diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 3630b5a385..d984235249 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -13,8 +13,6 @@  POSTGRESQL_INSTALL_STAGING = YES
 POSTGRESQL_CONFIG_SCRIPTS = pg_config
 POSTGRESQL_CONF_ENV = \
 	ac_cv_type_struct_sockaddr_in6=yes \
-	pgac_cv_snprintf_long_long_int_modifier="ll" \
-	pgac_cv_snprintf_size_t_support=yes \
 	LIBS=$(TARGET_NLS_LIBS)
 POSTGRESQL_CONF_OPTS = --disable-rpath
 POSTGRESQL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)