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 knxd: fix compilation with newer glibc 2022-01-08 20:41:13 -08:00
0099-openwrt.patch treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
0100-version.patch knxd: bump to new upstream version 0.14.53 2022-01-17 20:52:03 -08:00
101_add_clang_suport_as_build_cc.patch knxd: fix build on macos 2022-01-30 23:08:41 -08:00