]> git.99rst.org Git - openwrt-packages.git/commit
python3: use ATOMIC64_DEPENDS
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 12:07:08 +0000 (13:07 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
commit80d3aabb68eb855872183ee050d4a7a981d5eec6
tree4cfe079b4dd5b5fc669be0f99d061a18a7a36420
parentb20484d843a28ac105dcf01d8790dd7a21ada0fb
python3: 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>
lang/python/python3/Makefile
git clone https://git.99rst.org/PROJECT