pgsql: ecpg: Don't link compatlib with libpq

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ecpg: Don't link compatlib with libpq
Date: 2013-03-31 21:04:04
Message-ID: E1UMPQ4-0007Y9-DU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3780fc679cc428c1f211e1728c4281ca15e9746b

Modified Files
--------------
src/interfaces/ecpg/compatlib/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-03-31 21:04:05 pgsql: Translation updates
Previous Message fxjr 2013-03-31 16:33:12 npgsql - Npgsql2: [#1011325] Escaped strings don't work with EF.