[elpa] Fix setting LDFLAGS

Orion Poplawski orion at fedoraproject.org
Wed Mar 18 02:04:04 UTC 2015


commit 07e786d087da4dd87afe7af01dc0eed43b517fa4
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Mar 17 20:04:02 2015 -0600

    Fix setting LDFLAGS

 elpa.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/elpa.spec b/elpa.spec
index 788e09d..e04cf30 100644
--- a/elpa.spec
+++ b/elpa.spec
@@ -152,6 +152,7 @@ sed -i -e 's/-l -l //' libtool
 make
 # %{?_smp_mflags}
 popd
+unset LDFLAGS
 %{_mpich_unload}
 
 %{_openmpi_load}
@@ -176,6 +177,7 @@ sed -i -e 's/-l -l //' libtool
 make
 # %{?_smp_mflags}
 popd
+unset LDFLAGS
 %{_openmpi_unload}
 
 %install


More information about the scm-commits mailing list