ecpg: Don't link compatlib with libpq
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/compatlib/Makefile | modified | +1 −1 |