]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix -static builds
authorTodd Short <tshort@akamai.com>
Wed, 2 Sep 2020 20:57:46 +0000 (16:57 -0400)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2021 09:35:16 +0000 (10:35 +0100)
commitcfd7225fbb9507b2e443a494459bdaab5236d29d
tree65327a357131581a3499d86222f502ac23440f75
parentdfe07182aac02b962a5a72d86cab69e59e90aeca
Fix -static builds

Pull in check from #10878
Move disabling of pic, threads and statics up higher before they
are checked.

Fixes #12772

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12773)
Configure