]> git.99rst.org Git - openwrt-packages.git/commit
nanomq: use ATOMIC64_DEPENDS
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 14:40:04 +0000 (15:40 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
commit06ded6eaa656053aa2e9d7530dbba824f1abc8c4
tree2b78c29fb0b2419aad504c07ed2c83d9fe99dd94
parentc5fd093c3dd549f28ca52227b4ba1f454a54cda7
nanomq: use ATOMIC64_DEPENDS

The daemon imports 64-bit atomics from libatomic where the compiler
cannot inline them, but the CMake build links the library on every
architecture. ATOMIC64_DEPENDS restricts the dependency to the targets
that need it; --as-needed drops the unused library elsewhere.

Signed-off-by: Daniel Golle <redacted>
net/nanomq/Makefile
git clone https://git.99rst.org/PROJECT