kamailio: fix build on macos 740/head
authorSergey V. Lobanov <sergey@lobanov.in>
Sun, 6 Feb 2022 22:51:24 +0000 (01:51 +0300)
committerSergey V. Lobanov <sergey@lobanov.in>
Sun, 13 Feb 2022 23:13:47 +0000 (02:13 +0300)
commitf902c18fbc49d48746b1abb7cdde8b8fc32af22b
tree8e8b45d59ce7523ae313179fe42a4266202cd971
parent0eb623a3a66b408b974b316332904d045ccbca01
kamailio: fix build on macos

kamailio macos build fails due to kamailio Makefile checks OS
(`uname -s`) and OSREL (`uname -r`). If build host is not Linux,
then these checks will provide different results, but OpenWrt is
always Linux so target OS should be always Linux.

This patch explicitly specifies OS=linux and OSREL=$(LINUX_UNAME_VERSION)
to avoid using build host values for target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
net/kamailio/Makefile