File: strip-security-framework.patch

package info (click to toggle)
rust-native-tls 0.2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- native-tls.orig/Cargo.toml
+++ native-tls/Cargo.toml
@@ -30,3 +30,3 @@
 [features]
-alpn = ["security-framework/alpn"]
+alpn = []
 vendored = ["openssl/vendored"]
@@ -38,6 +38,0 @@
-
-[target.'cfg(target_vendor = "apple")'.dependencies.security-framework]
-version = "2.0.0"
-
-[target.'cfg(target_vendor = "apple")'.dependencies.security-framework-sys]
-version = "2.0.0"