Makefile breakage

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgreSQL(dot)org
Subject: Makefile breakage
Date: 2005-03-24 23:56:36
Message-ID: 17349.1111708596@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

You can't just arbitrarily pull in libpgport.a everywhere that libpq.so
is used. That breaks anything that requires position-independent code
... for instance ecpglib.

regards, tom lane

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-03-25 00:02:41 Re: Makefile breakage
Previous Message Bruce Momjian 2005-03-24 18:32:49 Re: contrib dbf2sql.pl