Обсуждение: pgsql: Another try at making plpython autoconfiguration work correctly.

Поиск
Список
Период
Сортировка

pgsql: Another try at making plpython autoconfiguration work correctly.

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)