package/udisks: fix compilation issue with glibc 2.28+
authorVadim Kochan <vadim4j@gmail.com>
Mon, 31 Dec 2018 09:15:51 +0000 (11:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 31 Dec 2018 13:38:16 +0000 (14:38 +0100)
commitdbd80a273767cef77474a5523a367be64612cb5d
tree490a61e7298b36b0b9a867f4eeff51fc56a17482
parentc7f3f462c526e51698b6d63284e80ad24c044c34
package/udisks: fix compilation issue with glibc 2.28+

It fixes a compilation failure with undefined "minor", "major" and
"makedev" objects which is caused by the missing include of
<sys/sysmacros.h>.

Fixes:

  http://autobuild.buildroot.net/results/74a8d8c247cfc9c0024e749e1f1ac423c9e90855/

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/udisks/0003-Fix-compilation-issue-with-missing-sys-sysmacros.h-i.patch [new file with mode: 0644]