udftools: fix build with glibc 2.28
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 14 Oct 2018 18:11:38 +0000 (20:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 15 Oct 2018 05:19:37 +0000 (07:19 +0200)
commit3c4c7a79ee9de47a860a64684eee1722c8784cc3
treed65d4dcba66b853c083f561eaa01ca599d03f036
parentfbaf0a6db208f77e0f69c36b7338e8c37ad269d9
udftools: fix build with glibc 2.28

glibc 2.28 no longer includes <sys/sysmacros.h> from <sys/types.h>,
and therefore <sys/sysmacros.h> must be included explicitly when
major()/minor() are used.

Fixes:
 - http://autobuild.buildroot.org/results/33cb370ee80d0603974b6376f0364f914d150463

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/udftools/0003-Include-sys-sysmacros-h-to-prevent-build-breakage-with-glibc-2-25.patch [new file with mode: 0644]