Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23197 )
Change subject: KUDU-3678: Fix PostgreSQL build on MacOS 15 ...................................................................... KUDU-3678: Fix PostgreSQL build on MacOS 15 This pulls in a slightly modified patch from postgres to fix detection of strchrnul() in MacOS 15. MacOS 15.4 now has that function, but only when MACOSX_DEPLOYMENT_TARGET >= 15.4. Postgres' current deployment target is 15.0, causing the build to fail. Change-Id: Idb27f2d401360da69a6d49b5f33fd472c7083065 Reviewed-on: http://gerrit.cloudera.org:8080/23197 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M thirdparty/download-thirdparty.sh A thirdparty/patches/postgres-fix-strchrnul-macos-check.patch 2 files changed, 218 insertions(+), 2 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23197 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idb27f2d401360da69a6d49b5f33fd472c7083065 Gerrit-Change-Number: 23197 Gerrit-PatchSet: 2 Gerrit-Owner: Jeffrey Smith <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
