Use parallel make to avoid delay in this particularly parallel buildconf.

Thu, 09 Aug 2012 19:05:57 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Aug 2012 19:05:57 +0200
changeset 502
0bdbde429f77
parent 501
4d4d275a712a
child 503
80cfd6ca244d

Use parallel make to avoid delay in this particularly parallel buildconf.

perl/perl.spec file | annotate | diff | comparison | revisions
     1.1 --- a/perl/perl.spec	Thu Aug 09 19:04:25 2012 +0200
     1.2 +++ b/perl/perl.spec	Thu Aug 09 19:05:57 2012 +0200
     1.3 @@ -32,14 +32,14 @@
     1.4  Group:        Perl
     1.5  License:      GPL/Artistic
     1.6  Version:      5.16.0
     1.7 -Release:      20120712
     1.8 +Release:      20120800
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://www.cpan.org/src/perl-%{version}.tar.gz
    1.12  Patch0:       perl.patch
    1.13  
    1.14  #   build information
    1.15 -BuildPreReq:  OpenPKG, openpkg >= 20100101, gcc
    1.16 +BuildPreReq:  OpenPKG, openpkg >= 20100101, gcc, make
    1.17  PreReq:       OpenPKG, openpkg >= 20100101
    1.18  
    1.19  %description
    1.20 @@ -112,7 +112,7 @@
    1.21          -Uusedevel
    1.22  
    1.23      #   build the Perl package
    1.24 -    %{l_make} %{l_mflags} -f Makefile
    1.25 +    %{l_make} %{l_mflags -O} -f Makefile
    1.26  
    1.27  %install
    1.28  

mercurial