From 0f98a368a5f25dceaf370b1969abf7ab25ae6bcf Mon Sep 17 00:00:00 2001 From: asu-zone <13369838+asu-zone@user.noreply.gitee.com> Date: Tue, 29 Aug 2023 07:30:27 +0000 Subject: [PATCH] =?UTF-8?q?update=20spdk.spec.=20=E7=A7=BB=E9=99=A4Werror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: asu-zone <13369838+asu-zone@user.noreply.gitee.com> --- spdk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/spdk.spec b/spdk.spec index 0eb4c0b..88adc72 100644 --- a/spdk.spec +++ b/spdk.spec @@ -147,6 +147,7 @@ BuildArch: noarch --with-nvme-cuse \ --with-ocf=/usr/src/ocf-21.6.3.1 +sed -i 's#-Werror##' Makefile make -j`nproc` all %if %{with doc} -- Gitee