From 15b60030c9f87f8065b98ccc44af2af43c29f00d Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 4 Dec 2020 18:50:55 +0100 Subject: [PATCH] fix build with gcc 10 --- argyllcms.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/argyllcms.spec b/argyllcms.spec index 4f66ad8..fa3d560 100644 --- a/argyllcms.spec +++ b/argyllcms.spec @@ -95,6 +95,7 @@ Argyll. %{__autoconf} %{__autoheader} %{__automake} +export CFLAGS="%{rpmcflags} -fcommon" %configure \ --disable-static %{__make} -- 2.44.0