Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/13274
Change subject: [master_path_handlers] fix build on macOS
......................................................................
[master_path_handlers] fix build on macOS
This is a follow-up to fd6155fc00de48d17a65aafd79fbbad584a4f837.
After the patch mentioned above, but prior to fix this building on macOS
would fail with a linker error like below:
Undefined symbols for architecture x86_64:
"kudu::EasyJson& kudu::EasyJson::operator=<unsigned long>(unsigned long)",
referenced from:
kudu::master::MasterPathHandlers::HandleTablePage(kudu::WebCallbackRegistry::WebRequest
const&, kudu::WebCallbackRegistry::WebResponse*) in master_path_handlers.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Change-Id: I36dda41528bbd427fd169e100c90a177cab85271
---
M src/kudu/master/master_path_handlers.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/13274/1
--
To view, visit http://gerrit.cloudera.org:8080/13274
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I36dda41528bbd427fd169e100c90a177cab85271
Gerrit-Change-Number: 13274
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>