From b596d27000e9ff19634f9a4558dea94abf27ab41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:19 +0200 Subject: [PATCH] cpio: needs -fcommon for gcc10 [ci skip] --- srcpkgs/cpio/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/cpio/template b/srcpkgs/cpio/template index 2c91ad1cb1a..26a591593d5 100644 --- a/srcpkgs/cpio/template +++ b/srcpkgs/cpio/template @@ -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 }