ruby: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Sun, 6 Feb 2022 20:39:39 +0000 (23:39 +0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 7 Feb 2022 00:46:17 +0000 (21:46 -0300)
commitc55092396ef9013391afbf5c5e27abe5c9c3eae2
tree36dbf8c39e973bfb6ca7c53675a15efd827d6ad7
parent126868d634205bbfb72fd539e4c5cf912bc788d0
ruby: fix build on macos

1. ruby/host build fails on macos due to Apple ld generates warning
if a folder from LDFLAGS is not exist. configure script catches this
warning and fails. This patch disables ld warnings for macos

2. ruby build fails on macos due /bin/true is not exist on macos.
This patch replaces /bin/true with true in OpenWrt Makefile

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