kamailio-5.x: amend mips2 tweak
authorSebastian Kemper <sebastian_ml@gmx.net>
Mon, 5 Nov 2018 20:57:47 +0000 (21:57 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Mon, 5 Nov 2018 21:06:31 +0000 (22:06 +0100)
commiteef0679cb4035857178c7adfa2667bcc8c605855
tree17755192716c0764f12b2798125427ca0b924afa
parentebaa99518ae5d4bf2278290c96a2462f4dddc893
kamailio-5.x: amend mips2 tweak

Commit f84dda74e615c803e6a218cea83dd2a2bfaa67e5 ("kamailio-5.x: enable
FAST_LOCK for MIPS") turned out to be problematic, because it changed
the ARCH to "mips2" not only for "mips", but also for some "mipsel"
targets, which was unintentional.

Address this by filtering for "mips" specifically before setting the
variable.

Also, get rid of PKG_BUILD_PARALLEL, because adding it really didn't
change anything - due to the way "make" is called. Leave a comment to
prevent repetition (read: prevent _me_ from doing the same mistake again
in the future).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/kamailio-5.x/Makefile