package/squashfs: fix build on hosts with glibc >= 2.28
authorRichard Kunze <richard.kunze@web.de>
Sat, 1 Sep 2018 22:06:00 +0000 (00:06 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 1 Sep 2018 22:20:04 +0000 (00:20 +0200)
commited0e55675eaf91e61d8004128169cb195a4fb72a
tree2d0c458dc6b45d8556ca63b4d609c6dc864dd38d
parentd1144944565f0a852cddbb1dd6f8f012c304dc0a
package/squashfs: fix build on hosts with glibc >= 2.28

Since glibc 2.28, sys/sysmacros.h is no longer included from sys/types.h
This patch fixes the resulting build error by explicitly including
sys/sysmacros.h

See also https://github.com/plougher/squashfs-tools/pull/52

Signed-off-by: Richard Kunze <richard.kunze@web.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/squashfs/0001-include-sysmacros.patch [new file with mode: 0644]