pgsql: Don't link PL/Python against LOCALMODLIBS This variable is

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't link PL/Python against LOCALMODLIBS This variable is
Date: 2010-03-17 22:02:45
Message-ID: 20100317220245.056DA7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-03-18 07:01:05 pgsql: Add vacuum_defer_cleanup_age to postgresql.conf.sample.
Previous Message Peter Eisentraut 2010-03-17 21:31:17 pgsql: Message style tuning