Use gendef instead of pexports for building windows .def files
authorAndrew Dunstan
Thu, 10 Feb 2022 18:44:05 +0000 (13:44 -0500)
committerAndrew Dunstan
Thu, 10 Feb 2022 18:51:19 +0000 (13:51 -0500)
commit92f60f536eceabcefb2528d4bf5366fef4a1536d
tree4203a6159683bbc2e431979116a31cb4e70eb5d5
parent2e211c16612a127bea861e416bdc22ff39c54866
Use gendef instead of pexports for building windows .def files

Modern msys systems lack pexports but have gendef instead, so use that.

Discussion: https://postgr.es/m/3ccde7a9-e4f9-e194-30e0-0936e6ad68ba@dunslane.net

Backpatch to release 9.4 to enable building with perl on older branches.
Before that pexports is not used for plperl.
src/pl/plperl/GNUmakefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile