[PATCH] build/cmake: Link libatomic where needed for 64-bit atomic ops.
Link against libatomic also on architectures that need it for 64-bit atomic operations. ARM EABI (armel) and little-endian MIPS (mipsel) are two such architectures.
Disable building and installing Python bindings by upstream Comment out the build and install bits from python/CMakeLists.txt so we could do so from debian/rules.
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 595cded..cd74c18 100644