From f60a6045b0bbcf6c877755c8850c7d293a275eaf Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 1 Mar 2021 19:25:42 +0800 Subject: [PATCH] compile without ISA-L to solve aarch64 build failed --- spdk.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/spdk.spec b/spdk.spec index 09b52c7..4b6c698 100644 --- a/spdk.spec +++ b/spdk.spec @@ -3,7 +3,7 @@ Name: spdk Version: 21.01 -Release: 1 +Release: 2 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -87,9 +87,9 @@ BuildArch: noarch %prep -# add -q %autosetup -n spdk-%{version} -p1 - +sed -i '/check nasm only on x86/,+4d' ./configure +sed -i '/Turning off default ISA-L/,+4d' ./configure %build ./configure --prefix=%{_usr} \ @@ -168,11 +168,17 @@ mv doc/output/html/ %{install_docdir} %changelog +* Tue Mar 2 2021 Ge Wang - 21.01-2 +- compile without ISA-L to solve aarch64 build failed + * Thu Feb 4 2021 Shihao Sun - 21.01-1 - update spdk to 21.01 LTS version. + * Thu Nov 26 2020 Shihao Sun - 20.01.1-2 - modify license + * Sat Nov 7 2020 Feilong Lin - 20.01.1-1 - Support aarch64 + * Tue Sep 18 2018 Pawel Wodkowski - 0:18.07-3 - Initial RPM release -- Gitee