yate: fix build on macos 736/head
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 1 Feb 2022 17:29:13 +0000 (20:29 +0300)
committerSergey V. Lobanov <sergey@lobanov.in>
Sun, 6 Feb 2022 08:46:51 +0000 (11:46 +0300)
commitfb23e4f00434e714eed88ebf81f9da522f0bd4d4
tree8baafb926609b2bd7f7beb0dd8e3b91b52817a51
parentab94e2c73e9814d9fecbfdf03d55a1ac3d365048
yate: fix build on macos

yate configure script uses `uname -s` to determine OS and changes
build logic regarding to build host OS. OpenWrt is always Linux so
it should be built as for Linux.

This patch uses fakeuname tool to pass `uname -s` checks as Linux
on macos build host.

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