pgsql: Make hstore_plperl's build more like plperl's

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make hstore_plperl's build more like plperl's
Date: 2015-05-01 19:41:00
Message-ID: E1YoGo0-0007vl-Jt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make hstore_plperl's build more like plperl's

This involves moving perl's CORE library to the end of the include list,
and adding other compilation settings that plperl uses. This won't
completely fix the breakage currently being seen by gcc builds on
Windows, but it will let the build get further, and should be wholly
benign, if not beneficial, on *nix.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/77477e745be534c5925cf7cb8b9c6a7698c575a3

Modified Files
--------------
contrib/hstore_plperl/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-05-02 01:39:48 pgsql: Move interpreter shared library detection to configure
Previous Message Bruce Momjian 2015-05-01 17:03:32 pgsql: Mark views created from tables as replication identity 'nothing'