squashfs-tools: get inline functions work with both gnu11 and gnu89 2573/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 5 Apr 2016 06:20:32 +0000 (09:20 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 5 Apr 2016 06:26:35 +0000 (09:26 +0300)
commit918485e18ffedaaa9a5fc5b380731a43b0ab3ec5
treec6e8d26a6c257b622e46b2b6cbab30337263f575
parent4e62f8e121206b4900967d834f68378c8cc4a9af
squashfs-tools: get inline functions work with both gnu11 and gnu89

Seems that this issue with squashfs-tools was fixed by the guys
at openembedded.
See patch here:
https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-devtools/squashfs-tools/squashfs-tools/0001-mksquashfs.c-get-inline-functions-work-with-C99.patch

I think in my case, this issue appeared because I wrote the Makefile
some time ago and it worked, then when I did the PR for it,
it wasn't working anymore, and I assumed it was still working.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
utils/squashfs-tools/Makefile
utils/squashfs-tools/patches/0003-mksquashfs.c-get-inline-functions-work-with-C99.patch [new file with mode: 0644]