Package: erlang-p1-cache-tab / 1.0.10-1~bpo8+1

Metadata

Package Version Patches format
erlang-p1-cache-tab 1.0.10-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove deps.diff | (download)

rebar.config | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove deps in rebar.config
 Without this patch, rebar would download and compile the listed deps
 at compile time.
mips atomic.diff | (download)

c_src/ets_cache.c | 2 1 + 1 - 0 !
rebar.config | 2 1 + 1 - 0 !
2 files changed, 2 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.