ecpg: Don't link compatlib with libpq

Peter Eisentraut <peter_e@gmx.net>

Commit: 3780fc679cc428c1f211e1728c4281ca15e9746b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-03-31T20:51:00Z
Releases: 9.3.0
ecpg: Don't link compatlib with libpq

It doesn't actually use libpq.  But we need to keep libpq in the
CPPFLAGS for building, because compatlib uses ecpglib.h which uses
libpq-fe.h, but we don't need to refer to libpq for linking.

reviewed by Tom Lane

Files

PathChange+/−
src/interfaces/ecpg/compatlib/Makefile modified +1 −1