Rebuild without threads.

This commit is contained in:
Marcela Mašláňová 2008-04-23 07:54:32 +00:00
parent 3e0b2308db
commit c89ecb482c

View File

@ -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 @@ chmod -x generic/tclThreadAlloc.c
%build
pushd unix
autoconf
%configure --enable-threads
%configure --disable-threads
make %{?_smp_mflags} TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
%check
@ -121,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}Config.sh
%changelog
* Wed Apr 23 2008 Marcela Maslanova <mmaslano@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@redhat.com> - 1:8.5.1-3
- #436567 change auto path, tk can't be found.
- #437399 fix files permission