# HG changeset patch # User Michael Schloh von Bennewitz # Date 1344531957 -7200 # Node ID 0bdbde429f7730ef48a0c5b9dee072d8ce19597f # Parent 4d4d275a712a721bca2b3f73c10574e046e8f443 Use parallel make to avoid delay in this particularly parallel buildconf. diff -r 4d4d275a712a -r 0bdbde429f77 perl/perl.spec --- a/perl/perl.spec Thu Aug 09 19:04:25 2012 +0200 +++ b/perl/perl.spec Thu Aug 09 19:05:57 2012 +0200 @@ -32,14 +32,14 @@ Group: Perl License: GPL/Artistic Version: 5.16.0 -Release: 20120712 +Release: 20120800 # list of sources Source0: http://www.cpan.org/src/perl-%{version}.tar.gz Patch0: perl.patch # build information -BuildPreReq: OpenPKG, openpkg >= 20100101, gcc +BuildPreReq: OpenPKG, openpkg >= 20100101, gcc, make PreReq: OpenPKG, openpkg >= 20100101 %description @@ -112,7 +112,7 @@ -Uusedevel # build the Perl package - %{l_make} %{l_mflags} -f Makefile + %{l_make} %{l_mflags -O} -f Makefile %install