Disable parallel make when building modules in defective build configuration.

Wed, 21 Sep 2011 18:03:28 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 21 Sep 2011 18:03:28 +0200
changeset 385
7d62cfad2a24
parent 384
590d931d793c
child 386
d355cb4bbdab

Disable parallel make when building modules in defective build configuration.

opensips/opensips.spec file | annotate | diff | comparison | revisions
     1.1 --- a/opensips/opensips.spec	Wed Sep 21 16:28:06 2011 +0200
     1.2 +++ b/opensips/opensips.spec	Wed Sep 21 18:03:28 2011 +0200
     1.3 @@ -482,7 +482,7 @@
     1.4          utils
     1.5  
     1.6      #   build modules
     1.7 -    %{l_make} %{l_mflags -O} \
     1.8 +    %{l_make} %{l_mflags} \
     1.9          CC="%{l_cc}" \
    1.10  %if "%{with_sctp}" == "yes"
    1.11          SCTP=1 \

mercurial