hwinfo: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Mon, 17 Jan 2022 23:34:12 +0000 (02:34 +0300)
committerRosen Penev <rosenp@gmail.com>
Tue, 18 Jan 2022 05:11:09 +0000 (21:11 -0800)
commit7aec247dff0fb0b538cb622934c9febc8d2ce5ea
tree46093faec6fe1900f42f450e078b472f5f2479fe
parent3062e575dd9b57dbd866e1c3e240b4fef241a996
hwinfo: fix build on macos

hwinfo host-compile builds hwinfo entirely that is not really
required. It is required to build only some host tools to
generate ids and isdn related C-code

This patch changes host build to build only required host tools

Added patch to remove malloc.h using as deprecated, not required
and not supported on macos system (stdlib.h has required functions
on Linux and MacOS systems)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
utils/hwinfo/Makefile
utils/hwinfo/patches/100_remove_malloc_h_headers_usage.patch [new file with mode: 0644]