adb: fix build breakage on recent musl
authorPetr Štetiar <ynezz@true.cz>
Mon, 5 Aug 2019 09:48:47 +0000 (11:48 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 7 Aug 2019 05:43:30 +0000 (07:43 +0200)
commitff550dae32ea431de9d74c11f77f28c62c935204
tree5cb3a6d3d46e64952b1e24ff76433a19cc75eaee
parent4fd7a30c707d4512914aea438b4297c7398ab426
adb: fix build breakage on recent musl

Fix build breakage as upstream has removed implicit include of
sys/sysmacros.h from sys/types.h:

 remove implicit include of sys/sysmacros.h from sys/types.h

 this reverts commit f552c792c7ce5a560f214e1104d93ee5b0833967, which
 exposed the sysmacros.h macros (device major/minor calculations) for
 BSD and GNU profiles to mimic an unintentional glibc behavior some
 code depended on. glibc has deprecated and since removed them as the
 resolution to bug #19239, so it makes no sense for us to keep this
 behavior. affected code should all have been fixed by now, and if it's
 not yet fixed it needs to be for use with modern glibc anyway.

Ref: https://git.musl-libc.org/cgit/musl/commit/include/sys/types.h?id=a31a30a0076c284133c0f4dfa32b8b37883ac930
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 79596f782e2c8daa1ebb8e480b6373c8142714c6)
package/utils/adb/patches/003-fix-musl-build.patch [new file with mode: 0644]