Fix -static builds on master
authorTom Cosgrove <tom.cosgrove@arm.com>
Mon, 17 May 2021 08:59:57 +0000 (09:59 +0100)
committerPauli <pauli@openssl.org>
Wed, 26 May 2021 07:34:01 +0000 (17:34 +1000)
commit0221b080cefa7358c0a0737d089caeec2979f930
tree9ca625feb55d8abf48e447d2ca79f09832152d4a
parentb93f6c2db94f736b497ff31a793c1e6766eaf209
Fix -static builds on master

Pull in Todd Short's fix cfd7225fbb from 1.1.1, which moves the disabling
of pic, threads and statics to before they are checked.

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15214)
Configure