xkaraman left a comment (kamailio/kamailio#4333)
@sergey-safarov
https://github.com/xkaraman/kamailio/tree/cmake should now build correctly.
But some remarks:
On old makefiles builds on https://github.com/kamailio/kamailio/actions/runs/16435139788/job/4644366774... i see this warning: ` #warning powerpc64 atomic code was not tested, please report problems to \ sr-dev@lists.kamailio.org ` which comes from ``` #ifdef __CPU_ppc64 #warning powerpc64 atomic code was not tested, please report problems to \ sr-dev@lists.kamailio.org #endif ```
This means that old makefiles are detecting the platform as `ppc64` and not `ppc64le`. How do you think we should handle this?