pgsql: Make hstore_plperl's build more like plperl's - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Make hstore_plperl's build more like plperl's
Date
Msg-id E1YoGo0-0007vl-Jt@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Mark views created from tables as replication identity 'nothing'
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Move interpreter shared library detection to configure