openssl: enable OPENSSL_WITH_DEPRECATED when OpenSSL is built as a build dep
authorMatthias Schiffer <mschiffer@universe-factory.net>
Tue, 30 Oct 2018 19:38:34 +0000 (20:38 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:09 +0000 (17:48 +0100)
commitb50342d0fa69389ece6947d617ef9fb10c6a500e
tree37963b1e036160c0e00229c299e8c3737d8bd3ed
parent0f9d1a1e2b296472952c530b5ec47bb5af4f3110
openssl: enable OPENSSL_WITH_DEPRECATED when OpenSSL is built as a build dep

Some package (e.g. libunbound) depend on OPENSSL_WITH_DEPRECATED. In some
situations it may happen that libunbound and openssl are only pulled in as
build dependencies, but are not enabled in .config.

In such cases, the defaults of symbols like OPENSSL_WITH_DEPRECATED are
ignored (as the whole symbol depends on PACKAGE_libopenssl), and config
symbol dependencies of libunbound aren't effective either (as libunbound
is not actually enabled).

This commit works around the issue by introducing a hidden negated symbol
OPENSSL_NO_DEPRECATED, which is always disabled when PACKAGE_libopenssl is
disabled, and ensures that OpenSSL is built with deprecated APIs in this
case. A user can still manage to break the build by explicitly enabling
libopenssl and disabling OPENSSL_WITH_DEPRECATED; the interaction between
build dependencies and config symbols will require further discussion.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(backported from dd9da5146299b769fad874d32a8ae110312cb68f)
package/libs/openssl/Config.in
package/libs/openssl/Makefile