From: Mohammad Sawalha Date: Thu, 19 May 2016 12:32:13 +0000 (+0300) Subject: used the flag -enable-dynamic-ld=yes in PPC64LE X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a076aff6fccffbf480351f1ef151f2ac80151989;p=~adrianc%2Fmstflint.git used the flag -enable-dynamic-ld=yes in PPC64LE --- diff --git a/mstflint.spec.in b/mstflint.spec.in index 2e4bf28..dd9bb6e 100644 --- a/mstflint.spec.in +++ b/mstflint.spec.in @@ -52,7 +52,7 @@ for network adapters based on Mellanox Technologies chips. %endif %if %{buildtype} == "ppc64le" - config_flags="$config_flags --host=powerpc64le-linux-gnu" + config_flags="$config_flags --host=powerpc64le-linux-gnu --enable-dynamic-ld=yes" %endif %if %{buildtype} == "arm64"