pgsql: Revert the ld --as-needed patch.

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert the ld --as-needed patch.
Date: 2005-05-07 05:48:51
Message-ID: 20050507054851.4DAA5536BB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strange
interaction between ld, readline, termcap, and psql. The symptom is psql
failing with this error on startup:

symbol lookup error: /usr/lib64/libreadline.so.4: undefined symbol: BC

I'm still trying to find the best way to solve this, but in the mean time
I'm reverting the patch in order to unbreak FC3.

Modified Files:
--------------
pgsql:
configure (r1.436 -> r1.437)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.436&r2=1.437)
configure.in (r1.409 -> r1.410)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.409&r2=1.410)

Browse pgsql-committers by date

  From Date Subject
Next Message User T-ishii 2005-05-07 11:47:31 pgpool - pgpool: fix memory leak
Previous Message Bruce Momjian 2005-05-07 04:38:08 pgsql: Done: > o -Allow COPY to optionally include column headings in