Another try at making plpython autoconfiguration work correctly. Use a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 669ca7af831fb1bba21fdcb037b8e8a365534230
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-11T19:32:19Z
Releases: 8.0.0
Another try at making plpython autoconfiguration work correctly.  Use a
-L spec rather than assuming libpython is in the standard search path
(this returns to the way 7.4 did it).  But check the distutils output
to see if it looks like Python has built a shared library, and if so
link with that instead of the probably-not-shared library found in
configdir.

Files

PathChange+/−
config/python.m4 modified +28 −4
configure modified +21 −3
src/Makefile.global.in modified +3 −1
src/pl/plpython/Makefile modified +9 −7