From 171ec5ebe060eea8b96bbf9197473001f855bdab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:21 +0200 Subject: [PATCH] foremost: needs -fcommon for gcc10 [ci skip] --- srcpkgs/foremost/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/foremost/template b/srcpkgs/foremost/template index e8cc7dcc0a6..d4f13a8e336 100644 --- a/srcpkgs/foremost/template +++ b/srcpkgs/foremost/template @@ -10,6 +10,8 @@ homepage="http://foremost.sourceforge.net/" distfiles="http://foremost.sourceforge.net/pkg/foremost-${version}.tar.gz" checksum=502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34 +CFLAGS="-fcommon" + do_configure() { sed "s,RAW_FLAGS =.*,RAW_FLAGS = $CFLAGS," -i Makefile }