From a076aff6fccffbf480351f1ef151f2ac80151989 Mon Sep 17 00:00:00 2001 From: Mohammad Sawalha Date: Thu, 19 May 2016 15:32:13 +0300 Subject: [PATCH] used the flag -enable-dynamic-ld=yes in PPC64LE --- mstflint.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.41.0