Skip to content
  • Breno Leitao's avatar
    main/cmocka: fix build and check on ppc64le · 6a15dd0d
    Breno Leitao authored and Jakub Jirutka's avatar Jakub Jirutka committed
    Currently cmocka fails to build on ppc64le due to a redefinition
    for uintptr_t. This is declared at Musl and redeclared by cmocka.
    
    This patch check if uintptr_t was not defined by MUSL before
    re-defining it.
    6a15dd0d