From acf4ef7c5e7cfecf2997e51262f8c5cac2b31891 Mon Sep 17 00:00:00 2001 From: liheavy <17865196565@163.com> Date: Mon, 2 Aug 2021 11:17:14 +0800 Subject: [PATCH] fix complication failed due to gcc upgrade --- gegl04.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gegl04.spec b/gegl04.spec index 57bcac1..894d5da 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -1,6 +1,6 @@ Name: gegl04 Version: 0.4.8 -Release: 4 +Release: 5 Summary: Generic Graphics Library License: LGPLv3+ URL: http://www.gegl.org/ @@ -50,7 +50,7 @@ This package includes development files for %{name}. %autosetup -n gegl-%{version} -p1 %build -%configure --disable-static +%configure --disable-static CFLAGS="${CFLAGS} -fcommon" %make_build %install @@ -85,6 +85,9 @@ chrpath -d $RPM_BUILD_ROOT%{_libdir}/gegl-0.4/*.so %doc %{_datadir}/gtk-doc/ %changelog +* Mon Aug 2 2021 Haiwei Li - 0.4.8.5 +- Fix complication failed due to gcc upgrade + * Wed Jul 21 2021 caodongxia - 0.4.8-4 - Fix C linkage