From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Another try at making plpython autoconfiguration work correctly. |
Date: | 2004-10-11 19:32:20 |
Message-ID: | 20041011193220.5DD4132B0D2@svr1.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-10-11 22:51:05 | pgsql: Use native Cygwin symlinks so tablespaces work on Win95/98/ME |
Previous Message | Tom Lane | 2004-10-11 17:39:44 | Re: CVSROOT: remerge earthdistance back into pgql-server/contrib and move |