From 2ac9c5475623324424efd3103ffd890325016b49 Mon Sep 17 00:00:00 2001 From: wuzx <471319475@qq.com> Date: Thu, 1 Dec 2022 01:09:59 +0000 Subject: [PATCH] update jemalloc.spec. Signed-off-by: wuzx <471319475@qq.com> --- jemalloc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index 7aa2992..c2aebb2 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -41,9 +41,12 @@ Summary: help for jemalloc. The help package contains manual pages and other related files for jemalloc. %prep -%autosetup -p1 -%ifnarch sw_64 -%patch4 -R -p1 +%setup +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%ifarch sw_64 +%patch4 -p1 %endif %build -- Gitee