package/squashfs: fix musl build
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 31 Jan 2016 17:39:43 +0000 (18:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2016 13:23:57 +0000 (14:23 +0100)
commit12a7788820072990c30e94ec4a35746e7b69a953
treebdd383d73bbfcae9e207a5f9998b08670b6d777c
parentcef3cd40b7a168f2e1f532f4b621a259f5ace095
package/squashfs: fix musl build

The build errors were not yet found by the autobuilders:

action.c: In function ‘name_fn’:
action.c:1911:29: error: ‘FNM_EXTMATCH’ undeclared (first use in this function)
     FNM_PATHNAME|FNM_PERIOD|FNM_EXTMATCH) == 0;)
                             ^
pseudo.c: In function ‘read_pseudo_def’:
pseudo.c:435:11: error: ‘S_IFBLK’ undeclared (first use in this function)
   mode |= S_IFBLK;
           ^

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/squashfs/0001-musl.patch [new file with mode: 0644]