From 25cc622542d85da7d3f9b5dccf58ab5758562bf6 Mon Sep 17 00:00:00 2001 From: n00813448 Date: Mon, 7 Nov 2022 16:03:27 +0800 Subject: [PATCH] enable make check --- gperftools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gperftools.spec b/gperftools.spec index 7fd0045..1f08c4d 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -1,6 +1,6 @@ Name: gperftools Version: 2.8 -Release: 1 +Release: 2 Summary: high-performance malloc and performance analysis tools License: BSD @@ -71,6 +71,9 @@ CXXFLAGS=`echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-unused-local-typedefs -D make +%check +LD_LIBRARY_PATH=./.libs make check + %install %make_install @@ -98,6 +101,9 @@ make %{_mandir}/man1/*.1.gz %changelog +* Mon Nov 7 2022 nicunshu - 2.8-2 +- enable check + * Wed Aug 26 2020 xinghe - 2.8-1 - update to 2.8 -- Gitee