package/exim: fix build error during install step
authorLuca Ceresoli <luca@lucaceresoli.net>
Mon, 10 Feb 2020 21:48:40 +0000 (22:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 11 Feb 2020 22:30:20 +0000 (23:30 +0100)
commita4dba4b40def74a5d0a3d8d0cd5b23ac64990c30
tree3caeae2c0e1cf254fb3eb923cd336e6f892f8f69
parent4079874e9b74cb87669e925882b663b33b04831e
package/exim: fix build error during install step

exim builds some files during the 'make install' step, and these fail with
an error:

  lookups/lf_quote.c:49:3: error: 'for' loop initial declarations are only allowed in C99 mode
     for (int j = 0; j < vlength; j++)
     ^

Fix by passing the -std=c99 here, as it is already passed in the build
step.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/exim/exim.mk