Steve Singer ssinger at ca.afilias.info
Sat Dec 14 13:41:58 PST 2013
Use server includes for pgport when building slonik

When building with --with-pgport slonik needs to include port.h
port.h is normally found under the server include directory but
some distributions (ie debian libpq-dev) also include it in
/usr/include/postgresql

The fix for bug 315 removed the server include paths from
all client programs including slonik.  This went too far,
the actual issue with bug 315 was src/backend failing because
it pulled in the client headers.

If we are building with pgport we will pull in the server
include directories for slonik

Branch
------
REL_2_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=44f80db619313f3741542150af4550b0d01e0598

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



More information about the Slony1-commit mailing list