Skip to content

Feature probes fail to enable supported libcrypto features due to missing linker flags #5078

@goatgoose

Description

@goatgoose

Problem:

In some environments, additional linker flags are needed in order to successfully link to the libcrypto. Since the libcrypto feature probes do not provide these flags, this causes them to fail to link to the libcrypto and disable all libcrypto features as a result. See #5075 (comment) for example, which shows that the feature probes fail not because the libcrypto doesn't support the features, but because the feature probes fail to link the libcrypto to zlib.

Solution:

We should find a way to properly link the feature probes to the libcrypto in these environments.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions