pgsql: Revert the ld --as-needed patch. - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Revert the ld --as-needed patch.
Date
Msg-id 20050507054851.4DAA5536BB@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > o -Allow COPY to optionally include column headings in
Next
From: t-ishii@pgfoundry.org (User T-ishii)
Date:
Subject: pgpool - pgpool: fix memory leak