Wed, 21 Sep 2011 18:03:28 +0200
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 \