openwrt-packages/net/knxd
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
..
files knxd: adjust startup files to better comply with procd 2019-12-17 15:49:15 +01:00
patches knxd: fix build on macos 2022-01-30 23:08:41 -08:00
Makefile knxd: fix build on macos 2022-01-30 23:08:41 -08:00