Package: erlang-p1-cache-tab / 1.0.30-2

Metadata

Package Version Patches format
erlang-p1-cache-tab 1.0.30-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mips atomic.diff | (download)

c_src/ets_cache.c | 2 1 1 - 0 !
rebar.config | 3 2 1 - 0 !
2 files changed, 3 insertions( ), 2 deletions(-)

 fix ftbfs on mips, mipsel and powerpc
 mips, mipsel and powerpc do not implement 64-bit atomics
 natively. The fix is to use libatomic (part of GCC) which provides
 helper routines for these missing atomics, implemented using locks.