Обсуждение: pgsql: Make hstore_plperl's build more like plperl's

Поиск
Список
Период
Сортировка

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

От
Andrew Dunstan
Дата:
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(-)