www/lychee: fix build add missing files

Reported by:pkg-fallout
This commit is contained in:
Luca Pizzamiglio 2020-12-15 19:01:42 +00:00
parent 7a215c4c3f
commit 37915c10f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558174
2 changed files with 35 additions and 0 deletions

26
www/lychee/files/patch-Cargo.lock generated Normal file
View File

@ -0,0 +1,26 @@
--- Cargo.lock.orig 2020-12-14 11:19:49 UTC
+++ Cargo.lock
@@ -2140,15 +2140,6 @@ source = "registry+https://github.com/rust-lang/crates
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
-name = "openssl-src"
-version = "111.13.0+1.1.1i"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6"
-dependencies = [
- "cc",
-]
-
-[[package]]
name = "openssl-sys"
version = "0.9.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2157,7 +2148,6 @@ dependencies = [
"autocfg",
"cc",
"libc",
- "openssl-src",
"pkg-config",
"vcpkg",
]

View File

@ -0,0 +1,9 @@
--- Cargo.toml.orig 2020-12-14 11:18:17 UTC
+++ Cargo.toml
@@ -53,6 +53,3 @@ assert_cmd = "1.0"
predicates = "1.0"
uuid = { version = "0.8", features = ["v4"] }
tempfile = "3.1"
-
-[features]
-vendored-openssl = ["openssl-sys/vendored"]