]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make it possible to build static-only libraries
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Apr 2017 14:24:23 +0000 (16:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 24 Apr 2017 16:09:01 +0000 (18:09 +0200)
commit331058180aba047ac6b25da781eebc08b7267d2f
treef12c611af1a4052339b051337991dcc23633376a
parenta68d35057ba2676bc9b9a16f4952791eef4b9905
Make it possible to build static-only libraries

The trick is to use the .a extension explicitely in the build.info files.

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