knxd compilation fails on macos due to clang does not support exit() builtin function that is used to detect build cc This commit adds a patch to fix this issue (replaces `exit 0` by `return 0` in conftest.c) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> |
||
---|---|---|
.. | ||
010-link.patch | ||
0099-openwrt.patch | ||
0100-version.patch | ||
101_add_clang_suport_as_build_cc.patch |