pgsql: In mingw builds, make our own import library for libperl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In mingw builds, make our own import library for libperl.
Date: 2014-02-14 16:51:08
Message-ID: E1WELym-0005K3-7E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-14 17:55:30 pgsql: Suggest shell here-documents instead of psql -c for multiple com
Previous Message Tom Lane 2014-02-14 16:31:42 pgsql: Cosmetic improvements in plpython's make rule for libpython impo