pgsql: Don't link PL/Python against LOCALMODLIBS This variable is - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Don't link PL/Python against LOCALMODLIBS This variable is
Date
Msg-id 20100317220245.056DA7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Don't link PL/Python against LOCALMODLIBS

This variable is apparently only for Python internally.  In newer releases
of Python this variable pulls in more and more libraries that users are
less likely to have, leading to potential build failures.

Modified Files:
--------------
    pgsql:
        configure (r1.676 -> r1.677)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.676&r2=1.677)
    pgsql/config:
        python.m4 (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/python.m4?r1=1.17&r2=1.18)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Message style tuning
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Add vacuum_defer_cleanup_age to postgresql.conf.sample.