From 87478704d979110293dc84500e70f5b5c67a86c7 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 2 Jun 2021 15:04:06 +0800 Subject: [PATCH] fixes failed: no acceptable C compiler found in /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin --- jemalloc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index d608909..1c570e3 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,13 +12,13 @@ Name: jemalloc Version: 5.1.0 -Release: 3 +Release: 4 Summary: General-purpose scalable concurrent malloc implementation License: BSD URL: http://www.canonware.com/jemalloc/ Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 -BuildRequires: libxslt perl-generators +BuildRequires: libxslt perl-generators gcc %description Implemented by malloc (3), is an independent implementation of jemalloc. @@ -81,5 +81,8 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Wed Jun 02 2021 wulei - 5.1.0-4 +- fixes failed: no acceptable C compiler found in $PATH + * Thu Nov 14 2019 wangye - 5.1.0-3 - Package init -- Gitee