Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.09 660 B view raw
1diff --git a/third_party/systemlibs/jsoncpp.BUILD b/third_party/systemlibs/jsoncpp.BUILD 2index 526fd0c418..646f3fdcea 100644 3--- a/third_party/systemlibs/jsoncpp.BUILD 4+++ b/third_party/systemlibs/jsoncpp.BUILD 5@@ -7,6 +7,7 @@ filegroup( 6 7 HEADERS = [ 8 "include/json/autolink.h", 9+ "include/json/allocator.h", 10 "include/json/config.h", 11 "include/json/features.h", 12 "include/json/forwards.h", 13@@ -23,7 +24,7 @@ genrule( 14 cmd = """ 15 for i in $(OUTS); do 16 i=$${i##*/} 17- ln -sf $(INCLUDEDIR)/jsoncpp/json/$$i $(@D)/include/json/$$i 18+ ln -sf $(INCLUDEDIR)/json/$$i $(@D)/include/json/$$i 19 done 20 """, 21 )