]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Building: make it possible to force linking with static OpenSSL libs
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Nov 2016 19:01:51 +0000 (20:01 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Nov 2016 14:51:42 +0000 (15:51 +0100)
commit186a31e510d1326063cfeca17e58fadec236ad2a
tree229bc2215ceeac6eac726c455a52be262e19b82d
parent42e055e12496a0eab72c64de845aa5bb18a9c4a2
Building: make it possible to force linking with static OpenSSL libs

Very simply, support having the .a extension to denote depending on
static libraries.  Note that this is not supported on native Windows
when building shared libraries, as there is not static library then,
just an import library with the same name.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1889)
Configurations/common.tmpl
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure