pgsql: Last-gasp attempt to save libperl.so configure probe.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Last-gasp attempt to save libperl.so configure probe.
Date: 2013-01-11 03:16:30
Message-ID: E1TtV6c-0005FF-Um@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Last-gasp attempt to save libperl.so configure probe.

I notice that plperl's makefile adds the -I for $perl_archlibexp/CORE
at the end of CPPFLAGS not the beginning. It seems somewhat unlikely
that the include search order has anything to do with why buildfarm
member okapi is failing, but I'm about out of other ideas.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e1b735ae35f225927c95746babafaa84e39c3325

Modified Files
--------------
configure | 2 +-
configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-11 17:57:16 pgsql: Redesign the planner's handling of index-descent cost estimation
Previous Message Tom Lane 2013-01-10 04:46:53 pgsql: Test linking libperl.so using only Perl's required libraries.