From 385470f8c622ca844971b1c0a5929f80f43c9e37 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 30 Jun 2000 16:11:02 +0000 Subject: Fixes for Solaris/cc suggested by 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. --- src/pl/tcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pl') 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 -- cgit v1.2.3