lynx: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 11 Jan 2022 23:46:40 +0000 (02:46 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 12 Jan 2022 00:23:58 +0000 (16:23 -0800)
commit366c1b6fa7c58deb031aa3273abd0b6e58b66901
tree1001b9ef886b3bbf98aa0fdd6ff6b4aa02f4737c
parentd4b2345802e0a1386b23b719107a429995a3e3a1
lynx: fix build on macos

lynx uses host C-compiler to build internal utility that is used to
generate files required for target build. On MacOS it uses internal
clang with MacOS system headers so host build fails due to MacOS is
not Linux

Forced to use OpenWrt host C compiler using --with-build-*
./configure flags

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