You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's also the Requires.private in the pkg-config metadata, which is currently hardcoded to nettle. I'm about to submit a PR to the Fedora rust-rpm-sequoia package with both this patch, and one to just hard-replace nettle with openssl for their builds... but it'd be cool if there was some easy way to autoconfigure that from build.rs as well.
There's also the Requires.private in the pkg-config metadata, which is currently hardcoded to nettle. I'm about to submit a PR to the Fedora rust-rpm-sequoia package with both this patch, and one to just hard-replace nettle with openssl for their builds... but it'd be cool if there was some easy way to autoconfigure that from build.rs as well.
Good point. I overlooked that. The backend is behind a feature gate (sequoia-openpgp/crypto-nettle, sequoia-openpgp/crypto-openssl, etc.) It would be worth investigating if we could use those to determine how to rewrite that file. Do you want to do that?
There's also the
Requires.private
in the pkg-config metadata, which is currently hardcoded tonettle
. I'm about to submit a PR to the Fedora rust-rpm-sequoia package with both this patch, and one to just hard-replacenettle
withopenssl
for their builds... but it'd be cool if there was some easy way to autoconfigure that frombuild.rs
as well.Originally posted by @ferdnyc in #35 (comment)
The text was updated successfully, but these errors were encountered: