Alexey Serbin has uploaded this change for review. ( 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) --- M thirdparty/download-thirdparty.sh A thirdparty/patches/postgres-fix-strchrnul-macos-check.patch 2 files changed, 218 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/23200/1 -- 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: newchange Gerrit-Change-Id: Idb27f2d401360da69a6d49b5f33fd472c7083065 Gerrit-Change-Number: 23200 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Jeffrey Smith <[email protected]>
