]> git.99rst.org Git - openwrt-packages.git/commit
openal-soft: drop libatomic dependency
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 13:42:07 +0000 (14:42 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
commit8c5df29a887321bfecc5dd8352843027b2deddd2
treea0c742bf3f7358852f7c7dc073c0ecc399f210a9
parentb1d91158c2215f0830f3704f1e2a9adbd0a36b20
openal-soft: drop libatomic dependency

The CMake build links libatomic on targets without inline 64-bit
atomics, but libopenal imports no symbol from it. Link with --as-needed
so the unused library is dropped and remove the dependency.

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