rpms/tcl/F-9 tcl.spec,1.73,1.74

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Wed Apr 23 07:06:55 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/tcl/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1069

Modified Files:
	tcl.spec 
Log Message:
Disable threads.



Index: tcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/F-9/tcl.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- tcl.spec	17 Mar 2008 14:42:59 -0000	1.73
+++ tcl.spec	23 Apr 2008 07:06:16 -0000	1.74
@@ -3,7 +3,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 License: TCL
 Group: Development/Languages
@@ -56,7 +56,7 @@
 %build
 pushd unix
 autoconf
-%configure --enable-threads
+%configure --disable-threads
 make %{?_smp_mflags} TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
 
 %check
@@ -121,6 +121,10 @@
 %{_libdir}/%{name}Config.sh
 
 %changelog
+* Wed Apr 21 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.1-4
+- #443246 configure with disabled threads. Threads could lead to segfaults
+    of dependent programme.
+
 * Mon Mar 17 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.1-3
 - #436567 change auto path, tk can't be found.
 - #437399 fix files permission




More information about the fedora-extras-commits mailing list