projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1f12cc
)
postgresql: fix potential snprintf issue
author
Dirk Neukirchen
<
[email protected]
>
Fri, 21 Aug 2015 07:59:27 +0000
(09:59 +0200)
committer
Daniel Golle
<
[email protected]
>
Sun, 18 Oct 2015 22:41:59 +0000
(
00:41
+0200)
adopt buildroot commit:
3d3f70b567718ae308b5704ddd7d107c4849309e
spotted while reviewing buildroot changes to postgresql
Signed-off-by: Dirk Neukirchen <
[email protected]
>
libs/postgresql/Makefile
patch
|
blob
|
history
diff --git
a/libs/postgresql/Makefile
b/libs/postgresql/Makefile
index ebec6cad0e5a5475642c6b7581678864dc900da0..5ab9a582e5d626a30fad0912be210b46b45d8f20 100644
(file)
--- a/
libs/postgresql/Makefile
+++ b/
libs/postgresql/Makefile
@@
-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