]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure: Allow 'DEFINE[]=def'
authorRichard Levitte <levitte@openssl.org>
Fri, 23 Aug 2019 15:16:48 +0000 (17:16 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Aug 2019 15:16:48 +0000 (17:16 +0200)
commitef57f7996b6a93fc0ab80ed7dc17ff7d549869ff
tree8da143d545ebf96bed831772eff20da612c4375f
parentb6b66573bdeb369636be66104687f211dfad03aa
Configure: Allow 'DEFINE[]=def'

DEFINE[] definitions end up pushed in @{$config{defines}} instead of
being added to the output file list of defines.  This allows for the
unusual case where we need something to be defined globally, so it
gets picked up by anything using $(CPPFLAGS).

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9679)
Configure