Re: macos ventura SDK spews warnings

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: macos ventura SDK spews warnings
Date: 2022-10-16 00:14:40
Message-ID: 20221016001440.x6qgfp36v6pqvlx5@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-10-16 01:00:00 Re: macos ventura SDK spews warnings
Previous Message Tom Lane 2022-10-16 00:08:43 Re: macos ventura SDK spews warnings