Author: arekm Date: Wed Mar 25 10:36:01 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 5; raise stack limit for make check
---- Files affected: SPECS: pcre.spec (1.100 -> 1.101) ---- Diffs: ================================================================ Index: SPECS/pcre.spec diff -u SPECS/pcre.spec:1.100 SPECS/pcre.spec:1.101 --- SPECS/pcre.spec:1.100 Wed Mar 25 11:30:52 2009 +++ SPECS/pcre.spec Wed Mar 25 11:35:56 2009 @@ -9,7 +9,7 @@ Summary(pt_BR.UTF-8): Biblioteca de expressões regulares versão Name: pcre Version: 7.8 -Release: 4 +Release: 5 License: BSD (see LICENCE) Group: Libraries Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 @@ -199,6 +199,8 @@ %{__make} %if %{with tests} +# tests need big stack +ulimit -s 32768 %{__make} check %endif @@ -300,6 +302,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.101 2009/03/25 10:35:56 arekm +- rel 5; raise stack limit for make check + Revision 1.100 2009/03/25 10:30:52 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pcre.spec?r1=1.100&r2=1.101&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
