I think this is the next issue
Seeing build failures for usbmuxd while building with musl/qemux86_64
| ../../git/src/conf.c:235:2: error: call to undeclared function
'plist_read_from_filename'; ISO C99 and later do not support implicit
function declarations [-Wimplicit-function-declaration]
|
From: Wang Mingyu
Changelog:
=
- Changes:
* Rename PLIST_UINT to PLIST_INT and add plist_new_int() and
plist_get_int_val()
* Add support for JSON format
* Add support for OpenStep format
* Introduce error codes and format constants
* Add return value to import/export functions