cpio: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:19 +02:00
parent a22f1f25af
commit b596d27000
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ homepage="http://www.gnu.org/software/cpio/"
distfiles="${GNU_SITE}/cpio/cpio-${version}.tar.bz2"
checksum=eab5bdc5ae1df285c59f2a4f140a98fc33678a0bf61bdba67d9436ae26b46f6d
CFLAGS="-fcommon"
pre_configure() {
autoreconf -if
}