File right-json-location.patch of Package tensorflow
From b22f22e747833f1466fe1c9bf52ec27a92c718e5 Mon Sep 17 00:00:00 2001
From: Christian Goll <cgoll@suse.de>
Date: Thu, 16 Jan 2020 16:03:12 +0100
Subject: [PATCH 3/3] right json location
---
third_party/systemlibs/jsoncpp.BUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/third_party/systemlibs/jsoncpp.BUILD b/third_party/systemlibs/jsoncpp.BUILD
index 7d54f9289b..0816930309 100644
--- a/third_party/systemlibs/jsoncpp.BUILD
+++ b/third_party/systemlibs/jsoncpp.BUILD
@@ -25,7 +25,7 @@ genrule(
cmd = """
for i in $(OUTS); do
i=$${i##*/}
- ln -sf $(INCLUDEDIR)/jsoncpp/json/$$i $(@D)/include/json/$$i
+ ln -sf $(INCLUDEDIR)/json/$$i $(@D)/include/json/$$i
done
""",
)
--
2.24.1