Files
packages/utils
Alexandru Ardelean b6f828b331 domoticz: fix build and add test.sh
boost::asio::post() without an explicit executor fails to compile with
Boost >= 1.82 due to changes in the executor model: bare lambdas no
longer have an implicit system executor that satisfies the
blocking.never requirement.

Pass io_context_ explicitly as the first argument so the handler is
dispatched on the correct io_context thread, which is the original
intent of the call (making stop() safe to call from any thread).

Add test.sh
domoticz is a daemon requiring a database and network port; it does not
implement a --version flag. Verify the binary is present and executable.

Disable LTO to fix link failure on i386 with musl fortify
Suggested via https://github.com/openwrt/packages/pull/29239
Also tested.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-05-03 20:59:28 +03:00
..
2026-03-15 09:15:43 +02:00
2026-02-06 11:28:50 +02:00
2026-01-18 07:19:05 +02:00
2026-04-03 22:24:03 +03:00
2026-02-15 10:33:55 +02:00
2026-02-23 16:49:58 -07:00
2026-02-23 16:49:58 -07:00
2026-04-25 08:39:01 +03:00
2026-04-25 08:39:01 +03:00
2026-04-25 08:39:01 +03:00
2026-02-08 17:20:18 +08:00
2026-01-04 13:26:24 +02:00
2026-03-19 12:45:33 +02:00
2026-03-18 07:37:50 +01:00
2026-02-10 09:42:01 +02:00
2026-02-21 17:48:48 +02:00
2026-03-15 09:12:26 +02:00
2026-03-23 10:54:30 +02:00
2026-03-01 08:49:21 +02:00
2026-04-08 18:59:06 +03:00
2026-04-10 16:28:07 +03:00
2026-03-11 12:11:52 +01:00
2026-04-27 08:28:16 +03:00
2026-01-09 10:53:29 +01:00
2026-04-25 08:39:01 +03:00
2026-05-03 08:14:01 +02:00
2026-04-04 06:36:47 +03:00
2026-04-12 19:15:32 +03:00
2026-02-03 12:12:44 +02:00
2026-04-29 08:41:42 +02:00
2026-03-18 07:33:03 +01:00
2026-03-11 12:11:52 +01:00
2026-04-14 10:41:35 +08:00