]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Stop using "-multiply_defined suppress" on macOS.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Sep 2023 01:06:21 +0000 (21:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Sep 2023 01:06:21 +0000 (21:06 -0400)
commit53cc19bfa807da37f2541d10d1eb3deb15ef896b
tree640b8e60382fb783fe4892f034f0fabd05fd9c79
parentc8afad9e634979ed0ba411cd38d659de8593ae18
Stop using "-multiply_defined suppress" on macOS.

We started to use this linker switch in commit 9df308697 of
2004-07-13, which was in the OS X 10.3 era.  Apparently it's been a
no-op since around OS X 10.9.  Apple's most recent toolchain version
actively complains about it, so it's time to get rid of it.

Discussion: https://postgr.es/m/467042.1695766998@sss.pgh.pa.us
src/Makefile.shlib