cargo

  1. nbari

    rust cargo openssl (vendored) how to use the SSL from the OS?

    Hi, any ideas on how to compile rust ports using the sys OpenSSL? For Linux to cross-compile when using musl ading this to Cargo.toml works: openssl = { version = "0.10", features = ["vendored"] } But when testing the port I using: poudriere testport -p default -j 14amd64 devel/gbump I get...
Back
Top