Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23200 )
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]> (cherry picked from commit 3e93df43ae1b9bfff21af6dd8a0c5c0d43202cf0) Reviewed-on: http://gerrit.cloudera.org:8080/23200 Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> --- M thirdparty/download-thirdparty.sh A thirdparty/patches/postgres-fix-strchrnul-macos-check.patch 2 files changed, 218 insertions(+), 2 deletions(-) Approvals: Marton Greber: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23200 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: merged Gerrit-Change-Id: Idb27f2d401360da69a6d49b5f33fd472c7083065 Gerrit-Change-Number: 23200 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Jeffrey Smith <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
