mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
Many thanks to Anthony who was highly persistent and skillful in getting the Tensorflow build on FreeBSD! PR: 226400 Submitted by: Anthony <amzo1337@gmail.com>
11 lines
317 B
Text
11 lines
317 B
Text
--- third_party/systemlibs/grpc.BUILD.orig 2019-06-18 23:48:23.000000000 +0100
|
|
+++ third_party/systemlibs/grpc.BUILD 2019-07-13 14:03:35.671155000 +0100
|
|
@@ -7,7 +7,7 @@
|
|
|
|
cc_library(
|
|
name = "grpc",
|
|
- linkopts = ["-lgrpc"],
|
|
+ linkopts = ["-lgrpc", "-lgpr"],
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|