Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the Requires.private list when linking against openssl #45

Open
nwalfield opened this issue Apr 14, 2023 · 0 comments
Open

Check the Requires.private list when linking against openssl #45

nwalfield opened this issue Apr 14, 2023 · 0 comments

Comments

@nwalfield
Copy link
Collaborator

@ferdnyc writes:

@nwalfield Is libssl sufficient? I guess it would be, since it lists libcrypto (the bit we really want) as a private dependency.

Fedora is currently replacing nettle with openssl, which will link in both libssl and libcrypto explicitly -- but I'm realizing now that that's probably unnecessary overkill.

Oh well, it'll sort itself out as soon as a release with this commit is packaged and the local patch is dropped. (Of the two options, erring on the side of overlinking is certainly the less bad outcome anyway.)

nwalfield referenced this issue Apr 15, 2023
  - Don't fix the dependency to `nettle`.  The required libraries
    depend on the configured backend.  Substitute the appropriate
    dependencies based on the configured backend at build time.

  - Fixes #36.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant