From eccf49ac252fc88532e302433a4cc5caef4ddd9f Mon Sep 17 00:00:00 2001 From: nijtmans Date: Mon, 16 Feb 2009 21:41:55 +0000 Subject: fix [Bug 2605232] tdbc doesn't build when Tcl is compiled with --disable-shared. --- ChangeLog | 5 +++++ win/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0d0e3d..69b90df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-10 Jan Nijtmans + + * win/Makefile.in fix [Bug 2605232] tdbc doesn't build when + Tcl is compiled with --disable-shared. + 2009-02-15 Don Porter * generic/tclStringObj.c: Added protections from invalid memory diff --git a/win/Makefile.in b/win/Makefile.in index 29097c2..ac0b052 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.148 2008/12/23 16:46:19 nijtmans Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.149 2009/02/16 21:41:56 nijtmans Exp $ VERSION = @TCL_VERSION@ @@ -143,7 +143,7 @@ PIPE_DLL_FILE = tclpip$(VER)${DLLSUFFIX} SHARED_LIBRARIES = $(TCL_DLL_FILE) $(TCL_STUB_LIB_FILE) \ $(DDE_DLL_FILE) $(REG_DLL_FILE) $(PIPE_DLL_FILE) -STATIC_LIBRARIES = $(TCL_LIB_FILE) $(REG_LIB_FILE) $(DDE_LIB_FILE) +STATIC_LIBRARIES = $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) $(REG_LIB_FILE) $(DDE_LIB_FILE) # TCL_EXE is the name of a tclsh executable that is available *BEFORE* running # make for the first time. Certain build targets (make genstubs) need it to be -- cgit v0.12