packages/net/knxd/patches
Sergey V. Lobanov ae7b158723 knxd: fix build on macos
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>
2022-01-30 23:08:41 -08:00
..
010-link.patch
0099-openwrt.patch
0100-version.patch
101_add_clang_suport_as_build_cc.patch knxd: fix build on macos 2022-01-30 23:08:41 -08:00