Age | Commit message (Collapse) | Author | Files | Lines |
|
pkg-config file
|
|
|
|
|
|
|
|
|
|
specifically check for new libplist API
|
|
commit
|
|
when installed in non-standard prefix
|
|
|
|
|
|
|
|
It requires a program to be ran, which cannot be done when cross compiling.
AC_SYS_LARGEFILE seems to be enough to implement largefile checking.
|
|
|
|
struct dirent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some might return as proper tools or be used as examples within the website
documentation sooner or later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows use of the new pair record handling interface of libusbmuxd.
|
|
|
|
on systems like the Raspberry Pi char is unsigned by default but our
code expects char to be signed. So we should be good with -fsigned-char
|
|
|
|
|
|
|
|
This could ultimatively lead to broken AFC communication with a device
on affected platforms due to bad byte order in the AFC protocol header.
|
|
|
|
Earlier versions are just too different and cause to many issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|