blob: c53b2f41e443b8b73c952cc37a23b05eddb1ea0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-net_dns_public_BUILD_gn,v 1.2 2021/11/16 11:28:47 robert Exp $
Index: net/dns/public/BUILD.gn
--- net/dns/public/BUILD.gn.orig
+++ net/dns/public/BUILD.gn
@@ -37,7 +37,7 @@ source_set("public") {
"util.h",
]
- if (is_linux) {
+ if (is_linux && !is_openbsd) {
sources += [
"resolv_reader.cc",
"resolv_reader.h",
|