postgresql: fix potential snprintf issue

adopt buildroot commit: 3d3f70b567718ae308b5704ddd7d107c4849309e

spotted while reviewing buildroot changes to postgresql

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
Dirk Neukirchen 2015-08-21 09:59:27 +02:00 committed by Daniel Golle
parent c1f12cc650
commit 323a2d1da0

View file

@ -66,6 +66,10 @@ define Package/pgsql-server/description
PostgreSQL databases Server.
endef
PGSQL_CONFIG_VARS:= \
pgac_cv_snprintf_long_long_int_format="%lld" \
pgac_cv_snprintf_size_t_support=yes
ifeq ($(CONFIG_USE_UCLIBC),y)
# PostgreSQL does not build against uClibc with locales
# enabled, due to an uClibc bug, see