pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath
Date
Msg-id E1XwehQ-0003wM-Ns@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix PGXS vpath build when PostgreSQL is built with vpath

PGXS computes srcdir from VPATH, PostgreSQL proper computes VPATH from
srcdir, and doing both results in an error from make.  Conditionalize so
only one of these takes effect.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/Makefile.global.in |    3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix SHLIB_PREREQS use in contrib, allowing PGXS builds
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath