diff --git a/pcp.spec b/pcp.spec index cc7753d310a765b395ec43048e6163fc7e874d48..253017e30d75a35314bde9e7d89614e996cc8ab2 100644 --- a/pcp.spec +++ b/pcp.spec @@ -11,7 +11,7 @@ Name: pcp Version: 4.1.3 Summary: System-level performance monitoring and performance management -Release: 15 +Release: 16 License: GPLv2+ and LGPLv2.1+ and CC-BY URL: https://pcp.io Source0: https://dl.bintray.com/pcp/source/pcp-4.1.3.tar.gz @@ -867,7 +867,7 @@ This package installs selinux support files for PCP. %patch9003 -p1 %build - +export CFLAGS="$CFLAGS -fcommon" %configure --with-docdir=/usr/share/doc/pcp \ --with-dstat-symlink=yes \ --with-infiniband=yes \ @@ -2218,6 +2218,9 @@ fi %config(noreplace) /etc/pcp/pmrep/* %changelog +* Mon Aug 02 2021 linjiaxin5 - 4.1.3-16 +- Fix failure caused by GCC upgrade to 10 + * Mon Nov 09 2020 lingsheng - 4.1.3-15 - Change require to python3-bpfcc