postgresql: fix compilation with GCC4
authorRosen Penev <redacted>
Sun, 24 May 2020 02:15:52 +0000 (19:15 -0700)
committerRosen Penev <redacted>
Sun, 24 May 2020 02:15:52 +0000 (19:15 -0700)
commit068b5642bf2cbb89e9c9a3396aea39f7e3f06f6d
tree64f06fc85881cd8ac7d26dbe1d822373b3b4ebe8
parentdccfa50d1f1296f1d085d55440a4bb479a64b0f7
postgresql: fix compilation with GCC4

The minimum version of GCC according to prereq-build.mk is 4.8 which
defaults to gnu89. This breaks the host build when the host GCC is less
than 5, which defaults to gnu99. Add a simple CFLAG to fix.

Signed-off-by: Rosen Penev <redacted>
libs/postgresql/Makefile
git clone https://git.99rst.org/PROJECT