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