aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
authorGravatar Piotr Sikora <piotrsikora@google.com>2016-10-19 09:45:47 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-10-19 10:53:01 +0000
commit47fc5b3406c6106b3025534af18c122d7321b861 (patch)
treefecdbf1803d845e3a891fa1068ffad9d3cbc8bd4 /third_party/grpc
parent58b6aed2c006745bf121a0e4c516b895566d6034 (diff)
Fix build on FreeBSD (again).
-- MOS_MIGRATED_REVID=136574107
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index ebb83541a3..1ed06b154e 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -49,6 +49,9 @@ cc_binary(
"-Ithird_party/grpc/include",
"-Ithird_party/grpc",
],
+ linkopts = [
+ "-lm",
+ ],
visibility = ["//visibility:public"],
deps = ["//third_party/protobuf:protoc_lib"],
)