Author: arekm Date: Wed Nov 26 10:11:57 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; our tcl is threaded
---- Files affected: SPECS: eggdrop.spec (1.110 -> 1.111) ---- Diffs: ================================================================ Index: SPECS/eggdrop.spec diff -u SPECS/eggdrop.spec:1.110 SPECS/eggdrop.spec:1.111 --- SPECS/eggdrop.spec:1.110 Tue Sep 23 19:34:07 2008 +++ SPECS/eggdrop.spec Wed Nov 26 11:11:51 2008 @@ -5,7 +5,7 @@ Summary(ru.UTF-8): Eggdrop, это IRC-бот написанный на языке C. Name: eggdrop Version: 1.6.19 -Release: 2 +Release: 3 License: GPL v2 Group: Applications/Communications Source0: ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2 @@ -156,6 +156,9 @@ %patch9 -p1 %build +# detect threaded tcl version +sed -i -e 's#TclpFinalizeThreadData#Tcl_FinalizeThread#g' aclocal.m4 + mv aclocal.m4 acinclude.m4 cp -f /usr/share/automake/config.sub misc/ cp -f %{name}.conf doc/%{name}.conf.example @@ -169,7 +172,8 @@ %{__autoconf} %configure cd ../../.. -%configure +%configure \ + --enable-tcl-threads %{__make} config %{__make} @@ -209,6 +213,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.111 2008/11/26 10:11:51 arekm +- rel 3; our tcl is threaded + Revision 1.110 2008/09/23 17:34:07 duddits - paths to sources updated ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eggdrop.spec?r1=1.110&r2=1.111&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
