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

Tue, 28 Aug 2012 18:37:20 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:37:20 +0200
changeset 583
080279a062dd
parent 582
9c58eae06c45
child 584
3d058537a9dd

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

php/php.spec file | annotate | diff | comparison | revisions
     1.1 --- a/php/php.spec	Tue Aug 28 18:37:15 2012 +0200
     1.2 +++ b/php/php.spec	Tue Aug 28 18:37:20 2012 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Language
     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 @@ -122,7 +122,7 @@
    1.13  Patch0:       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:  pcre
    1.20  PreReq:       pcre
    1.21 @@ -504,7 +504,7 @@
    1.22          --enable-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