summaryrefslogtreecommitdiff
path: root/src/pl
diff options
context:
space:
mode:
authorPeter Eisentraut2000-06-30 16:11:02 +0000
committerPeter Eisentraut2000-06-30 16:11:02 +0000
commit385470f8c622ca844971b1c0a5929f80f43c9e37 (patch)
tree146093fa97fb3f7810e0d4781ab44d74b78b025a /src/pl
parent3513f4d162838c5c33ae89c30eac90b95e154f69 (diff)
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Don't use DISABLE_COMPLEX_MACRO on Solaris. Don't define the replacement function in the header file. Use -KPIC, not -K PIC. Use CC to link C++ libraries, not ld/ar. Eliminate file not found warnings in tcl build code.
Diffstat (limited to 'src/pl')
-rw-r--r--src/pl/tcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile
index 44b7a390acd..b20a74f3d22 100644
--- a/src/pl/tcl/Makefile
+++ b/src/pl/tcl/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for the pltcl shared object
#
-# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.18 2000/06/27 00:32:06 petere Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.19 2000/06/30 16:10:56 petere Exp $
#
#-------------------------------------------------------------------------
@@ -10,7 +10,7 @@ subdir = src/pl/tcl
top_builddir = ../../..
include ../../Makefile.global
-include Makefile.tcldefs
+-include Makefile.tcldefs
# Find out whether Tcl was built as a shared library --- if not, we
# can't link a shared library that depends on it, and have to forget