forked from pool/mstflint
- Update to v4.11.0-3 (bsc#1103497) - Added option to query only flashed FW version, which reduces the CPU usage during the query. To use this option you should use "--next_boot_fw_ver" flag. - Fixed issue of missing information during query. - Added support for python 3. - Added option to reduce cpu utilization with "--low_cpu" flag. - Added compatibility to 1.1.X version, in addition to previously supported 1.0.2 version. - Added support for Mellanox Quantum switch systems and ConnectX-6 Ready adapter cards. - mstarchive tool The mstarchive tool allows the user to create a file with the mfa2 extension. The new file contains several binary files of a given firmware for different adapter cards. - mstprivhost The ability to restrict the hosts from configuring the NIC. Meaning, only the Arm side will have the privilege to configure the NIC. Note: This utility is supported in BlueField devices only. - mstconfig in BlueField Enables the user to manage (grand/restrict) mlxconfig configuration privileges for BlueField Arm systems. - Refresh patchest against latest sources: - Add-armv6-and-armv7-support.patch - Add-s390-s390x-support.patch - Fix-gcc7-and-gcc8.patch - Remove-date-time-info-from-build.patch - fix-race-condition-during-install.patch - Drop Fixed-licenses-of-files.patch as it was merged upstream OBS-URL: https://build.opensuse.org/request/show/674852 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=31
23 lines
608 B
Diff
23 lines
608 B
Diff
commit e7d0414f37970dc7bf0770459760fc7a55a5aa95
|
|
Author: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@suse.com>
|
|
Date: Wed Aug 9 17:31:57 2017 +0200
|
|
|
|
Fix gcc7 and gcc8
|
|
|
|
Fix compilation errors for GCC7 and GCC8
|
|
|
|
Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@suse.com>
|
|
|
|
diff --git configure.ac configure.ac
|
|
index 78a3b48c5331..4e31ac8794e4 100644
|
|
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -166,6 +166,7 @@ AS_IF([test "x$enable_dynamic_ld" = "xyes"], [
|
|
])
|
|
|
|
CFLAGS="$CFLAGS -DMST_UL"
|
|
+CPPFLAGS="$CPPFLAGS -DMST_UL"
|
|
CXXFLAGS="$CXXFLAGS -DMST_UL"
|
|
|
|
AM_CFLAGS="-Wall -Werror"
|