fix complication failed due to gcc upgrade

This commit is contained in:
liheavy 2021-08-02 11:17:14 +08:00
parent 1315da985b
commit acf4ef7c5e

View File

@ -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 <lihaiwei8@huawei.com> - 0.4.8.5
- Fix complication failed due to gcc upgrade
* Wed Jul 21 2021 caodongxia <caodongxia@huawei.com> - 0.4.8-4
- Fix C linkage