• Peter Eisentraut's avatar
    ecpg: Don't link compatlib with libpq · 3780fc67
    Peter Eisentraut authored
    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
    3780fc67
Makefile 1.58 KB