Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19692 )
Change subject: [build] Fix build issue on MacOS ...................................................................... [build] Fix build issue on MacOS Building Kudu on MacOS was failing due to a linking issue. Specifically, BIO_* functions weren't reachable from jwt_test_certs. It's unclear to me how exactly it worked on Linux, I suspect the linker picks up OpenSSL libraries automatically on Linux. Anyway, this commit fix the build by adding the correct dependencies to jwt_test_certs. Change-Id: Ifded17faafe99d8bbb896dc65298a8bd4c38854f Reviewed-on: http://gerrit.cloudera.org:8080/19692 Tested-by: Attila Bukor <[email protected]> Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/util/CMakeLists.txt 1 file changed, 7 insertions(+), 6 deletions(-) Approvals: Attila Bukor: Verified Marton Greber: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19692 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifded17faafe99d8bbb896dc65298a8bd4c38854f Gerrit-Change-Number: 19692 Gerrit-PatchSet: 2 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
