pgsql: Another try at making plpython autoconfiguration work correctly. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Another try at making plpython autoconfiguration work correctly.
Date
Msg-id 20041011193220.5DD4132B0D2@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/config:
        python.m4 (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/config/python.m4.diff?r1=1.10&r2=1.11)
    pgsql:
        configure (r1.400 -> r1.401)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.400&r2=1.401)
    pgsql/src:
        Makefile.global.in (r1.200 -> r1.201)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.200&r2=1.201)
    pgsql/src/pl/plpython:
        Makefile (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/Makefile.diff?r1=1.16&r2=1.17)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CVSROOT: remerge earthdistance back into pgql-server/contrib and move
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use native Cygwin symlinks so tablespaces work on Win95/98/ME