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/[email protected] Backpatch to release 9.4 to enable building with perl on older branches. Before that pexports is not used for plperl. Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/622ab6a34f968610acfbc21d295530d2c5c83ac7 Modified Files -------------- src/pl/plperl/GNUmakefile | 2 +- src/pl/plpython/Makefile | 2 +- src/pl/tcl/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
