From: Adrian Chiris Date: Sun, 29 May 2016 21:24:03 +0000 (+0300) Subject: removed dynamic-ld flag from ppc64le and added requirement to compile against advance... X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=68f516bbeccba641bf92166a5488000b7baafa50;p=~adrianc%2Fmstflint.git removed dynamic-ld flag from ppc64le and added requirement to compile against advanced toolchain 7.1 --- diff --git a/mstflint.spec.in b/mstflint.spec.in index 09a9555..3109cd2 100644 --- a/mstflint.spec.in +++ b/mstflint.spec.in @@ -22,6 +22,10 @@ Source: %{name}-%{version}.tar.gz ExclusiveArch: i386 i486 i586 i686 x86_64 ia64 ppc ppc64 ppc64le arm64 aarch64 BuildRequires: zlib-devel %{ibmadlib} +%if %{buildtype} == "ppc64le" +Requires: advance-toolchain-at7.1-runtime +%endif + %description This package contains firmware update tool, vpd dump and register dump tools for network adapters based on Mellanox Technologies chips. @@ -52,7 +56,7 @@ for network adapters based on Mellanox Technologies chips. %endif %if %{buildtype} == "ppc64le" - config_flags="$config_flags --host=powerpc64le-linux-gnu --enable-dynamic-ld=yes" + config_flags="$config_flags --host=powerpc64le-linux-gnu" %endif %if %{buildtype} == "arm64"