mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/squashfs-tools: fix build with gcc8
Another GNU-style inline case.
This commit is contained in:
parent
f84ea5cb8c
commit
b0217c5f7f
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user