Rebuild without threads.
This commit is contained in:
parent
3e0b2308db
commit
c89ecb482c
8
tcl.spec
8
tcl.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user