pixz: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:40 +02:00
parent 32195b574a
commit 8c94225cf4

View file

@ -13,6 +13,8 @@ homepage="https://github.com/vasi/pixz"
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
CFLAGS="-fcommon"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}