mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
a38dbdf783
Whilst here, pet portclippy and add optional website screenshot support via chrome-headless. Changes: https://github.com/Findomain/Findomain/releases/tag/3.1.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29154
22 lines
835 B
TOML
22 lines
835 B
TOML
Cargo bug? "vendored" feature seems to leak even outside of targeting
|
|
arm-unknown-linux-gnu-eabhif or aarch64-unknown-linux-gnu.
|
|
|
|
This makes sure we are building with the system OpenSSL instead of
|
|
the bundled one.
|
|
|
|
--- Cargo.toml.orig 2021-03-09 15:27:47 UTC
|
|
+++ Cargo.toml
|
|
@@ -22,12 +22,3 @@ failure = "0.1.8"
|
|
rayon = "1.5.0"
|
|
config = { version = "0.10.1", features = ["yaml", "json", "toml", "hjson", "ini"] }
|
|
headless_chrome = { git = "https://github.com/Edu4rdSHL/rust-headless-chrome" }
|
|
-
|
|
-[target.arm-unknown-linux-gnueabihf.dependencies]
|
|
-openssl = { version = "0.10.32", features = ["vendored"] }
|
|
-
|
|
-[target.aarch64-unknown-linux-gnu.dependencies]
|
|
-openssl = { version = "0.10.32", features = ["vendored"] }
|
|
-
|
|
-[target.armv7-unknown-linux-gnueabihf.dependencies]
|
|
-openssl = { version = "0.10.32", features = ["vendored"] }
|