From: Phil Pennock Date: Sat, 15 Sep 2018 00:55:33 +0000 (-0400) Subject: tests: propagate CPPFLAGS into build invocations X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/be4bdb96db7556f34c5f298f1c473d53f3700bd9?hp=be4bdb96db7556f34c5f298f1c473d53f3700bd9 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. ---