# HG changeset patch # User Michael Schloh von Bennewitz # Date 1346184958 -7200 # Node ID 6a62f7ecb64c9a900a17b5ae08a33c6a781abeae # Parent 036a3c9dd424ceb7dd7cf103308e5d97000ad520 Force serial building of modules to correct flawed build configuration. Build fails when parallel build of modules continues into install block. diff -r 036a3c9dd424 -r 6a62f7ecb64c kamailio/kamailio.spec --- a/kamailio/kamailio.spec Tue Aug 28 21:44:03 2012 +0200 +++ b/kamailio/kamailio.spec Tue Aug 28 22:15:58 2012 +0200 @@ -326,7 +326,7 @@ utils utils/kamctl # build modules - %{l_make} %{l_mflags -O} \ + %{l_make} %{l_mflags} \ CC="%{l_cc}" \ LD_RPATH=-Wl,-rpath, \ SER_RPATH_LST=%{l_prefix}/lib/kamailio \