tests: propagate CPPFLAGS into build invocations
authorPhil Pennock <pdp@exim.org>
Sat, 15 Sep 2018 00:55:33 +0000 (20:55 -0400)
committerPhil Pennock <pdp@exim.org>
Sat, 15 Sep 2018 03:09:56 +0000 (23:09 -0400)
commita797c8360e6786cf881736d5eab8a03eb0e74383
tree47189cda95f8180bcd35fa68720bddd44f476c3b
parentb193fea0056d62791c2b545cdf1057d07a901568
tests: propagate CPPFLAGS into build invocations

With openssl installed by brew on macOS, OpenSSL headers are not in a
normal place.  I can fiddle with LDFLAGS/CPPFLAGS to get them available,
but then the `./configure` step succeeds and build fails.

Propagating the CPPFLAGS into the generated Makefile lets the build
succeed and we get a `client-ssl` binary output.

(cherry picked from commit be4bdb96db7556f34c5f298f1c473d53f3700bd9)
Signed-off-by: Phil Pennock <pdp@exim.org>
test/Makefile.in