Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-libs/apr: keyword 1.7.0-r2 for ~riscv | Marek Szuba | 2021-07-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> | ||||
* | dev-libs/apr: fix underlinking for atomics on ppc, sparc | Sam James | 2021-05-11 | 1 | -0/+162 |
Fixes errors in the produced library like: > undefined reference to `__sync_val_compare_and_swap_8' Forcing linkage against libatomic didn't work. May be worth investigation in future but need to get ppc and sparc working again. Closes: https://bugs.gentoo.org/740464 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20735 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> |