Skip to content

Commit 53bae67

Browse files
authored
grpc linux: dont build with libsystemd support by default (#28763)
1 parent 4f7f508 commit 53bae67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/grpc/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class GrpcConan(ConanFile):
5454
"ruby_plugin": True,
5555
"otel_plugin": False,
5656
"secure": False,
57-
"with_libsystemd": True
57+
"with_libsystemd": False
5858
}
5959

6060
_target_info = None

0 commit comments

Comments
 (0)