package/exim: fix build with ccache
authorAlejandro González <alejandro.gonzalez.correo@gmail.com>
Sun, 19 Jul 2020 10:29:46 +0000 (12:29 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 19 Jul 2020 16:49:56 +0000 (18:49 +0200)
commita9486e337ac7b32a58c31618a070c1b9f9ca9506
treeeab24a57d7fd30640aaf58fc5e1e8c151eeb08bf
parentd0053cdb19dbc9123208b3e7ddf2599fa04ff0a3
package/exim: fix build with ccache

When using ccache to build the exim package, the HOSTCC value contains
spaces, that are incorrectly interpreted by exim's Makefilei, which uses
the first word of ${CC} to test compiler options. This breaks the build
with "unrecognized option" ccache errors.

Fix that by wrapping the HOSTCC variable in double quotes, as it is done
for other variables that follow.

Signed-off-by: Alejandro González <alejandro.gonzalez.correo@gmail.com>
[yann.morin.1998@free.fr: slight rewording of commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/exim/exim.mk