!16 Fix compile failure in make multithreading
Merge pull request !16 from ultra_planet/openEuler-20.03-LTS
This commit is contained in:
commit
e4e7ba5a3b
6
pcp.spec
6
pcp.spec
@ -9,7 +9,7 @@
|
|||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 4.1.3
|
Version: 4.1.3
|
||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
||||||
URL: https://pcp.io
|
URL: https://pcp.io
|
||||||
Source0: https://dl.bintray.com/pcp/source/pcp-4.1.3.tar.gz
|
Source0: https://dl.bintray.com/pcp/source/pcp-4.1.3.tar.gz
|
||||||
@ -873,6 +873,7 @@ This package installs selinux support files for PCP.
|
|||||||
--with-pmdasnmp=yes \
|
--with-pmdasnmp=yes \
|
||||||
--with-pmdanutcracker=no \
|
--with-pmdanutcracker=no \
|
||||||
--with-webapps=yes
|
--with-webapps=yes
|
||||||
|
sed -i 's/make/make -j1/' src/selinux/GNUmakefile
|
||||||
|
|
||||||
%make_build default_pcp
|
%make_build default_pcp
|
||||||
|
|
||||||
@ -2210,6 +2211,9 @@ fi
|
|||||||
%config(noreplace) /etc/pcp/pmrep/*
|
%config(noreplace) /etc/pcp/pmrep/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 18 2020 lingsheng <lingsheng@huawei.com> - 4.1.3-7
|
||||||
|
- Fix compile failure in make multithreading
|
||||||
|
|
||||||
* Thu May 28 2020 Jeffery.Gao <gaojianxing@huawei.com> - 4.1.3-6
|
* Thu May 28 2020 Jeffery.Gao <gaojianxing@huawei.com> - 4.1.3-6
|
||||||
- change undelete rebuild flag file .NeedRebuild.
|
- change undelete rebuild flag file .NeedRebuild.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user