From fdf6e9307a731d717796bbeeda36704f21158256 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 27 Mar 2008 13:43:06 +0000 Subject: * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] --- ChangeLog | 6 ++++++ unix/tcl.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cbe73c3..a15ced6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-03-27 Daniel Steffen + * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] + + * unix/configure: autoconf-2.59 + +2008-03-27 Daniel Steffen + * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstub even in a static build of Tk. * generic/ttk/ttkDecls.h: fix incorrect number of arguments in diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 9476cae..6270d24 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1950,7 +1950,7 @@ dnl AC_CHECK_TOOL(AR, ar) ], [ case $system in SunOS-5.[[1-9]][[0-9]]*) - SHLIB_LD='${CC} -G -z text';; + SHLIB_LD='${CC} -G -z text ${LDFLAGS}';; *) SHLIB_LD='/usr/ccs/bin/ld -G -z text';; esac -- cgit v0.12