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

libatomic is only needed where the compiler does not inline 64-bit
atomics, but the package depends on it on every target.
ATOMIC64_DEPENDS restricts the dependency to those targets.

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