Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
atomics.patch | link with libatomic On armel and mipsel, there are a bunch of missing __atomic_load_8 symbols during linking These are provided by libatomic and that is even in the build-dependencies, but is missing on the linker command line. The right spot to add it is a bit tricky, appending it to SConstrict near 'pthread' doesn't seem to have any effect, but adding to CMakeLists.txt works. |
Damyan Ivanov <dmn@debian.org> | no | 2024-01-17 |