From d9ac68c2c5704df3ebde92e0aa2484acf2436d37 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <3c883e04e3cb1a7483280cf43398f22602ac3062.1594918114.git.Jim.Somerville@windriver.com> References: <3c883e04e3cb1a7483280cf43398f22602ac3062.1594918114.git.Jim.Somerville@windriver.com> From: Scott Little Date: Fri, 22 May 2020 17:22:30 -0400 Subject: [PATCH 2/2] add BuildRequires elfutils-libelf-devel Signed-off-by: Jim Somerville --- SPECS/mlnx-ofa_kernel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/mlnx-ofa_kernel.spec b/SPECS/mlnx-ofa_kernel.spec index 547c6d0..395ca15 100644 --- a/SPECS/mlnx-ofa_kernel.spec +++ b/SPECS/mlnx-ofa_kernel.spec @@ -35,6 +35,7 @@ %{!?KMP: %global KMP 0} BuildRequires: kernel%{?bt_ext}-devel, openssl +BuildRequires: elfutils-libelf-devel %global WITH_SYSTEMD %(if ( test -d "%{_unitdir}" > /dev/null); then echo -n '1'; else echo -n '0'; fi) %{!?configure_options: %global configure_options --with-core-mod --with-user_mad-mod --with-user_access-mod --with-addr_trans-mod --with-mlx4-mod --with-mlx4_en-mod --with-mlx5-mod --with-mlxfw-mod --with-ipoib-mod} -- 1.8.3.1