Configure: add shared() to facilitate shared-specific flags.
authorAndy Polyakov <appro@openssl.org>
Mon, 11 Jun 2018 10:22:29 +0000 (12:22 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 13 Jun 2018 08:47:43 +0000 (10:47 +0200)
commit60aa6c1a590de47acdd290a60e25b87005a35b8f
treebe7824ca9e82d9a2c128209ab17623eb2de965a6
parentdbb85890a85af25db35dbd710ac07b3c704a27f0
Configure: add shared() to facilitate shared-specific flags.

This allows to specify flags specific to shared build, e.g.
'bin_lflags => shared("-Wl,-bsvr4")'.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6453)
Configure