Обсуждение: pgsql: Revert the ld --as-needed patch.

Поиск
Список
Период
Сортировка

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

От
neilc@svr1.postgresql.org (Neil Conway)
Дата:
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)