Re: macos ventura SDK spews warnings - Mailing list pgsql-hackers

From Andres Freund
Subject Re: macos ventura SDK spews warnings
Date
Msg-id 20221016001440.x6qgfp36v6pqvlx5@awork3.anarazel.de
Whole thread Raw
In response to macos ventura SDK spews warnings  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 2022-10-15 14:19:55 -0700, Andres Freund wrote:
> The meson specific warning is
> [972/1027] Linking target src/backend/replication/libpqwalreceiver/libpqwalreceiver.dylib
> ld: warning: -undefined dynamic_lookup may not work with chained fixups
> 
> Which is caused by meson defaulting to -Wl,-undefined,dynamic_lookup for
> modules. But we don't need that because we use -bund-loader. Adding
> -Wl,-undefined,error as in the attached fixes it.

Pushed the patch for that.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: macos ventura SDK spews warnings
Next
From: Tom Lane
Date:
Subject: Re: macos ventura SDK spews warnings