main/squashfs-tools: fix build with gcc8

Another GNU-style inline case.
This commit is contained in:
info@mobile-stream.com 2018-11-13 21:03:02 +00:00 committed by Leonardo Arena
parent f84ea5cb8c
commit b0217c5f7f

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=squashfs-tools
pkgver=4.3
pkgrel=4
pkgrel=5
pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
url="http://squashfs.sourceforge.net"
arch="all"
@ -28,6 +28,7 @@ prepare() {
build() {
cd "$_builddir"
CFLAGS="$CFLAGS -std=gnu89" \
make XZ_SUPPORT=1 LZO_SUPPORT=1 LZ4_SUPPORT=1
}