From d67d7aa473bc5e3bf6a62e1741baa7fd038161b4 Mon Sep 17 00:00:00 2001 From: shdluan Date: Sat, 31 Jul 2021 08:41:45 +0000 Subject: [PATCH 1/2] update mstflint.spec. --- mstflint.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mstflint.spec b/mstflint.spec index 3d23042..d3791bb 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -24,6 +24,8 @@ code. Please see the file LICENSE for licensing details. %build export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --enable-fw-mgr +sed -i "/AM_CFLAGS = -W -Werror /s/AM_CFLAGS = -W -Werror /AM_CFLAGS = -W -Wno-error=return-local-addr /" ext_libs/sqlite/Makefile.am +sed -i "/AM_CFLAGS = -W -Werror /s/AM_CFLAGS = -W -Werror /AM_CFLAGS = -W -Wno-error=return-local-addr /" ext_libs/sqlite/Makefile.in %make_build %install -- Gitee From a5b57106dcdaa36a8ba4b70e3864456e3da80b87 Mon Sep 17 00:00:00 2001 From: shdluan Date: Mon, 2 Aug 2021 07:13:06 +0000 Subject: [PATCH 2/2] update mstflint.spec. --- mstflint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mstflint.spec b/mstflint.spec index d3791bb..46334e5 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -1,7 +1,7 @@ Name: mstflint Summary: Firmware Burning and Diagnostics Tools Version: 4.10.0 -Release: 6 +Release: 7 License: GPLv2+ or BSD Url: https://github.com/Mellanox/mstflint Source: https://github.com/Mellanox/%{name}/releases/download/v4.10.0-2/%{name}-%{version}.tar.gz -- Gitee