pgsql: Stop using "-multiply_defined suppress" on macOS.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stop using "-multiply_defined suppress" on macOS.
Date: 2023-09-27 01:06:47
Message-ID: E1qlJ0p-006BfE-LH@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5d60e8ed3f1833c64b9114a9623bbc9ab5748554

Modified Files
--------------
src/Makefile.shlib | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-09-27 05:42:17 pgsql: unaccent: Tweak value of PYTHON when building without Python sup
Previous Message Bruce Momjian 2023-09-26 23:44:49 pgsql: doc: clarify the effect of concurrent work_mem allocations