]> granicus.if.org Git - postgresql/commit
ecpg: Don't link compatlib with libpq
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 31 Mar 2013 20:51:00 +0000 (16:51 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 31 Mar 2013 20:51:00 +0000 (16:51 -0400)
commit3780fc679cc428c1f211e1728c4281ca15e9746b
tree1b53b98f7d3564e6f6a641db64a41ab763ed96d6
parent203d8ae2db4cf255b94520fdc1521b5f96778596
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
src/interfaces/ecpg/compatlib/Makefile