kumquat-buildroot/package/exim
Luca Ceresoli a4dba4b40d 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>
2020-02-11 23:30:20 +01:00
..
0001-Build-buildconfig-for-the-host.patch
0002-Don-t-make-backup-copies-of-installed-files.patch
0003-Skip-version-check-and-symlink-installation.patch
0004-Fix-uClibc-build.patch
0005-exim_lock-fix-lstat-related-build-errors.patch package/exim: fix various build failures 2020-02-11 23:30:05 +01:00
0006-sieve-fix-build-errors.patch package/exim: fix various build failures 2020-02-11 23:30:05 +01:00
Config.in
exim.hash package/exim: bump version to 4.93.0.4 2020-01-11 11:49:03 +01:00
exim.mk package/exim: fix build error during install step 2020-02-11 23:30:20 +01:00
exim.service
S86exim