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
-
On macOS, use -isysroot in link steps as well as compile steps.
- e7abc1111634 9.6.21 landed
- d01e37845c22 11.11 landed
- 9e9a31bd0096 13.2 landed
- 5b83604270a6 12.6 landed
- 2bb8c0f1d94d 9.5.25 landed
- 153bf8d2044a 10.16 landed
- 49407dc32a29 14.0 landed