]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Build cleanup: don't use SHARED_SOURCE with modules
authorRichard Levitte <levitte@openssl.org>
Sun, 31 Mar 2019 13:14:00 +0000 (15:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Apr 2019 05:30:06 +0000 (07:30 +0200)
commit22b414672d0260904ef2f5f5304b02f96c67dd7e
tree4e90093b5b1bb1e1e68653dcfd245d7e90fbda2b
parent0b45d8eec051fd9816b6bf46a975fa461ffc983d
Build cleanup: don't use SHARED_SOURCE with modules

SHARED_SOURCE is reserved for products that are expected to come in
dual shared / non-shared form, i.e. the routine libraries like
libcrypto and libssl, to distinguish source that should only appear in
their shared form.

Modules are always shared, so there's no need for them to have this
type of distinction.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8623)
Configurations/common.tmpl
Configure
engines/build.info