Re: meson PGXS compatibility

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org, Nazir Bilal Yavuz <byavuz81@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-12-01T07:43:19Z
Lists: pgsql-hackers
On 13.10.22 07:23, Andres Freund wrote:
>>> 0005: meson: Add PGXS compatibility
>>>
>>>     The actual meson PGXS compatibility. Plenty more replacements to do, but
>>>     suffices to build common extensions on a few platforms.
>>>
>>>     What level of completeness do we want to require here?
>>
>> I have tried this with a few extensions.  Seems to work alright.  I don't
>> think we need to overthink this.  The way it's set up, if someone needs
>> additional variables set, they can easily be added.
> 
> Yea, I am happy enough with it now that the bulk is out of src/meson.build and
> strip isn't set to an outright wrong value.

How are you planning to proceed with this?  I thought it was ready, but 
it hasn't moved in a while.




Commits

  1. meson: Add basic PGXS compatibility

  2. autoconf: Move export_dynamic determination to configure

  3. autoconf: Don't AC_SUBST() LD in configure

  4. autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C

  5. autoconf: Rely on ar supporting index creation