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

Thu, 09 Aug 2012 19:08:13 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Aug 2012 19:08:13 +0200
changeset 504
bf3bcd187edf
parent 503
80cfd6ca244d
child 505
0838649dd325

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

apache-php/apache-php.spec file | annotate | diff | comparison | revisions
     1.1 --- a/apache-php/apache-php.spec	Thu Aug 09 19:06:57 2012 +0200
     1.2 +++ b/apache-php/apache-php.spec	Thu Aug 09 19:08:13 2012 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Web
     1.5  License:      PHP
     1.6  Version:      5.4.5
     1.7 -Release:      20120723
     1.8 +Release:      20120800
     1.9  
    1.10  #   package options
    1.11  %option       with_bc                   no
    1.12 @@ -123,7 +123,7 @@
    1.13  Patch0:       apache-php.patch
    1.14  
    1.15  #   build information
    1.16 -BuildPreReq:  OpenPKG, openpkg >= 20120101, gcc, flex, bison
    1.17 +BuildPreReq:  OpenPKG, openpkg >= 20120101, make, gcc, flex, bison
    1.18  PreReq:       OpenPKG, openpkg >= 20120101
    1.19  BuildPreReq:  apache
    1.20  PreReq:       apache
    1.21 @@ -507,7 +507,7 @@
    1.22          --disable-cgi
    1.23  
    1.24      #   build package
    1.25 -    %{l_make} %{l_mflags}
    1.26 +    %{l_make} %{l_mflags -O}
    1.27  
    1.28  %install
    1.29      #   install package

mercurial