Force serial building of modules to correct flawed build configuration.

Tue, 28 Aug 2012 22:15:58 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 22:15:58 +0200
changeset 625
6a62f7ecb64c
parent 624
036a3c9dd424
child 626
03d66ab4c7ca

Force serial building of modules to correct flawed build configuration.
Build fails when parallel build of modules continues into install block.

kamailio/kamailio.spec file | annotate | diff | comparison | revisions
     1.1 --- a/kamailio/kamailio.spec	Tue Aug 28 21:44:03 2012 +0200
     1.2 +++ b/kamailio/kamailio.spec	Tue Aug 28 22:15:58 2012 +0200
     1.3 @@ -326,7 +326,7 @@
     1.4          utils utils/kamctl
     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          LD_RPATH=-Wl,-rpath, \
    1.11          SER_RPATH_LST=%{l_prefix}/lib/kamailio \

mercurial