pgsql: Huh, we do need to look in $python_configdir for the Python shli

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Huh, we do need to look in $python_configdir for the Python shli
Date: 2016-10-04 20:38:51
Message-ID: E1brWUF-0005Xk-6j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Huh, we do need to look in $python_configdir for the Python shlib.

Debian does it that way, for no doubt what seems to them a good reason.
Thanks to Aidan Van Dyk for confirmation.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fc76259f5b8473dbd3d2009b0e4a267cf3a7e704

Modified Files
--------------
config/python.m4 | 13 ++++++++-----
configure | 3 ++-
2 files changed, 10 insertions(+), 6 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-04 21:49:19 pgsql: Avoid direct cross-module links in hstore_plperl and ltree_plpyt
Previous Message Tom Lane 2016-10-04 19:23:16 pgsql: Improve (I hope) our autolocation of the Python shared library.