Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change requires gnutls >= 2.2.0 for the latter to be available.
With deprecation starts with gnutls 2.12.0.
|
|
|
|
AC_PROG_SWIG indicates failure to detect swig by setting the SWIG
variable to false. Commit f489971b6b moved the "$SWIG != false"
test before the call to AC_PROG_SWIG, which leads to the rest of
configure.ac to think swig has been successfully detected even
when not present. Move this test after the call to AC_PROG_SWIG.
This also gets rid of the SWIG_SUB variable which is not really
useful since the SWIG variable can be used for the same purpose.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
anyways
|
|
|
|
|
|
|