Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-11-20T00:40:23Z
Lists: pgsql-hackers
James Hilliard <james.hilliard1@gmail.com> writes:
> It would appear weak symbol linking is not handled properly without
> 'isysroot' parameter passed to linker.

Nobody else has reported this problem, so maybe you should tell us
how to reproduce it before you suggest a build process change.

(And yes, we have buildfarm members testing Xcode > 11.4 ...)

			regards, tom lane



Commits

  1. On macOS, use -isysroot in link steps as well as compile steps.