From c892167e8a46fc4e3fae50820324c5ba55b6a745 Mon Sep 17 00:00:00 2001 From: wzx <471319475@qq.com> Date: Tue, 2 Aug 2022 16:40:30 +0800 Subject: [PATCH] sw --- opengauss-dcf.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opengauss-dcf.spec b/opengauss-dcf.spec index ce9edc8..69d5fe7 100644 --- a/opengauss-dcf.spec +++ b/opengauss-dcf.spec @@ -19,7 +19,9 @@ DCF is A distributed consensus framework library for openGauss %prep %setup -q %patch1 -p1 +%ifarch sw_64 %patch2 -p1 +%endif %build cmake -DCMAKE_BUILD_TYPE=Release -DUSE32BIT=OFF -DTEST=OFF -DENABLE_EXPORT_API=OFF CMakeLists.txt