File: disable-windows-deps.patch

package info (click to toggle)
rust-hickory-resolver 0.24.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
remove unneeded windows dependencies

diff --git a/Cargo.toml b/Cargo.toml
index 2debd33..54121eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -219,7 +219,7 @@ serde-config = [
     "hickory-proto/serde-config",
 ]
 system-config = [
-    "ipconfig",
+#    "ipconfig",
     "resolv-conf",
 ]
 testing = []
@@ -232,9 +232,9 @@ webpki-roots = [
     "hickory-proto/webpki-roots",
 ]
 
-[target."cfg(windows)".dependencies.ipconfig]
-version = "0.3.0"
-optional = true
+#[target."cfg(windows)".dependencies.ipconfig]
+#version = "0.3.0"
+#optional = true
 
 [badges.codecov]
 branch = "main"