pgsql: In mingw builds, make our own import library for libperl. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: In mingw builds, make our own import library for libperl.
Date
Msg-id E1WELym-0005K3-7E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In mingw builds, make our own import library for libperl.

Borrow the method already used by plpython.  This is pretty ugly, but
it might fix the build failure exhibited by buildfarm member narwhal
since commit 846e91e0223cf9f2821c3ad4dfffffbb929cb027.

Hiroshi Inoue

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/02b61dd08f9973eee3058c458afba7b9336230dc

Modified Files
--------------
src/pl/plperl/GNUmakefile |   24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Cosmetic improvements in plpython's make rule for libpython impo
Next
From: Tom Lane
Date:
Subject: pgsql: Suggest shell here-documents instead of psql -c for multiple com