On 09.03.22 13:37, Peter Eisentraut wrote:
> v6-0008-meson-prereq-Handle-DLSUFFIX-in-msvc-builds-simil.patch.gz
>
> I think the right way here is actually to go the other way around:
> Move DLSUFFIX into header files for all platforms. Move the DLSUFFIX
> assignment from src/makefiles/ to src/templates/, have configure read
> it, and then substitute it into Makefile.global and pg_config.h.
>
> Then we also don't have to patch the Windows build code a bunch of
> times to add the DLSUFFIX define everywhere.
This patch should do it.