]> granicus.if.org Git - postgresql/commit
Support linking with MinGW-built Perl.
authorNoah Misch <noah@leadboat.com>
Fri, 24 Nov 2017 04:22:04 +0000 (20:22 -0800)
committerNoah Misch <noah@leadboat.com>
Fri, 24 Nov 2017 04:24:53 +0000 (20:24 -0800)
commit1695ce06860440103afb90f1ca10b0f4958da457
treedf75ee8db0a14ae971cbc591dacb81172fcee69b
parentc253b722f616d15c0b45c729465b4b85849cbcda
Support linking with MinGW-built Perl.

This is necessary for ActivePerl 5.18 onwards and for Strawberry Perl.
It is not sufficient for 32-bit builds with newer Visual Studio; these
fail with error LINK2026.  Back-patch to 9.3 (all supported versions).

Reported by Victor Wagner.

Discussion: https://postgr.es/m/20160326154321.7754ab8f@wagner.wagner.home
config/perl.m4
configure
src/pl/plperl/plperl.h
src/tools/msvc/Mkvcbuild.pm