SPECS: tcl.spec - rel 2; disable stack checking (it's broken almost every n...

arekm arekm at pld-linux.org
Sun Nov 2 21:54:17 CET 2008


Author: arekm                        Date: Sun Nov  2 20:54:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2; disable stack checking (it's broken almost every new release); tcl 8.6 is stackless anyway (but still alpha)

---- Files affected:
SPECS:
   tcl.spec (1.135 -> 1.136) 

---- Diffs:

================================================================
Index: SPECS/tcl.spec
diff -u SPECS/tcl.spec:1.135 SPECS/tcl.spec:1.136
--- SPECS/tcl.spec:1.135	Mon Oct 27 20:56:21 2008
+++ SPECS/tcl.spec	Sun Nov  2 21:54:12 2008
@@ -15,7 +15,7 @@
 %define	major 8.5
 %define minor 5
 Version:	%{major}.%{minor}
-Release:	1
+Release:	2
 License:	BSD
 Group:		Development/Languages/Tcl
 Source0:	http://dl.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
@@ -127,7 +127,7 @@
 fi
 
 cd unix
-sed -i -e "s/^CFLAGS_OPTIMIZE.*/CFLAGS_OPTIMIZE=%{rpmcflags} -D__NO_STRING_INLINES -D__NO_MATH_INLINES -D_REENTRANT/" \
+sed -i -e "s/^CFLAGS_OPTIMIZE.*/CFLAGS_OPTIMIZE=%{rpmcflags} -D__NO_STRING_INLINES -D__NO_MATH_INLINES -D_REENTRANT -DTCL_NO_STACK_CHECK=1/" \
 	Makefile.in
 %{__autoconf}
 %configure \
@@ -362,6 +362,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.136  2008/11/02 20:54:12  arekm
+- rel 2; disable stack checking (it's broken almost every new release); tcl 8.6 is stackless anyway (but still alpha)
+
 Revision 1.135  2008/10/27 19:56:21  arekm
 - up to 8.5.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tcl.spec?r1=1.135&r2=1.136&f=u



More information about the pld-cvs-commit mailing list