summaryrefslogtreecommitdiff
path: root/skip/thunderbird/fix-libresolv-path.patch
blob: a164922f558db4f91502f50ee65e076d6d9d02e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/comm/mail/modules/DNS.jsm b/comm/mail/modules/DNS.jsm
index c63972b6a8..32769c1de6 100644
--- a/comm/mail/modules/DNS.jsm
+++ b/comm/mail/modules/DNS.jsm
@@ -44,11 +44,7 @@ load_libresolv.prototype = {
       } else if (os == "OpenBSD") {
         candidates = [{ name: "c", suffix: "" }];
       } else {
-        candidates = [
-          { name: "resolv.9", suffix: "" },
-          { name: "resolv", suffix: ".2" },
-          { name: "resolv", suffix: "" },
-        ];
+        candidates = [{ name: "c", suffix: "" }];
       }
       let tried = [];
       for (let candidate of candidates) {