Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15107 )
Change subject: [cmake_modules] fix linker probing on macOS ...................................................................... [cmake_modules] fix linker probing on macOS Fixed linkage on macOS: as of now, using system ld64 linker. It turned out that LLD linker from thirdparty ld64.lld not fully functional yet to link Kudu binaries. At least, it doesn't support the -U flag which is used for the KRB5_REALM_OVERRIDE hack. This is a follow-up to 638d95d295da0bddf3fa157792ec7de8889ac919. Change-Id: I5c0ef0104388438f444b1f8ac76ca5ebf4cc2928 Reviewed-on: http://gerrit.cloudera.org:8080/15107 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M cmake_modules/KuduLinker.cmake 1 file changed, 58 insertions(+), 31 deletions(-) Approvals: Alexey Serbin: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/15107 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5c0ef0104388438f444b1f8ac76ca5ebf4cc2928 Gerrit-Change-Number: 15107 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]>
