Fix linking against non-system zlib on macOS
authorJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Tue, 23 Jun 2020 06:37:22 +0000 (02:37 -0400)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 19 Jul 2020 23:26:04 +0000 (09:26 +1000)
commit53043311560f836ce65e7ad55423363901d1287a
tree9c378abf1d920432f81963bc9db95ed03c1ceebc
parentf64f17c3e011a00febed2bf6bc17ca7e030fc69e
Fix linking against non-system zlib on macOS

This commit ensures the -L/path/to/zlib flag associated with ldflags
property set in "Configurations/00-base-templates.conf" (under "BASE_unix")
is inherited when defining "darwin-common" configuration.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12238)
Configurations/10-main.conf