]> git.99rst.org Git - openwrt-packages.git/commit
sysrepo: use ATOMIC64_DEPENDS
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 12:07:06 +0000 (13:07 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
commita4700ccda3c98a23a6dc8a3f22eda56bd681af93
treea774067697b56c7a20333c6efe6bb77f54e5572c
parent3156347f412633274b773ea230653cee39067f15
sysrepo: use ATOMIC64_DEPENDS

sysrepo-plugind 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/sysrepo/Makefile
git clone https://git.99rst.org/PROJECT