summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
authorTom Lane2004-10-11 19:32:19 +0000
committerTom Lane2004-10-11 19:32:19 +0000
commit669ca7af831fb1bba21fdcb037b8e8a365534230 (patch)
treed254c40fac4c520c844025895c6dda1200226112 /src/Makefile.global.in
parente5d30091e6059328877969acd099e23899b6afd3 (diff)
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.
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index f76fd0874a..49a684ad19 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.200 2004/10/06 15:14:13 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.201 2004/10/11 19:32:19 tgl Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -135,7 +135,9 @@ enable_debug = @enable_debug@
enable_thread_safety = @enable_thread_safety@
python_includespec = @python_includespec@
+python_libdir = @python_libdir@
python_libspec = @python_libspec@
+python_additional_libs = @python_additional_libs@
python_configdir = @python_configdir@
python_version = @python_version@