xkaraman left a comment (kamailio/kamailio#4333)
Yes, this build sources, but I think `ppc64` is not equal to `ppc64le`. More details at https://codeyarns.com/tech/2020-08-17-difference-between-ppc64-and-ppc64le.h...
Yes feels to me also that they are not the same. I wll remove that commit.
Therefore `ppc64` should have `USE_FAST_LOCK=ON` but `ppc64le` to `OFF`. Due to https://github.com/kamailio/kamailio/blob/5ac0428c2228bc8be70104fe8ff14fd1ac... and the fact that this does a regex match both are picked to yes wrongly.
I will rearrange the conditions to match our expectations and get back to you.