[valgrind] Fix \ line continuation in configure line.

Mark Wielaard mjw at fedoraproject.org
Tue Aug 7 14:47:30 UTC 2012


commit a1defe0a697bcbbe3cc127f0f5dd80daed9d7141
Author: Mark Wielaard <mjw at redhat.com>
Date:   Tue Aug 7 15:51:10 2012 +0200

    Fix \ line continuation in configure line.
    
    The backslash after --with-mpicc= got misplace with the upgrade to 3.6.0.

 valgrind.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index 64de49d..75882c6 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -146,9 +146,9 @@ CC="gcc -B `pwd`/libgcc/"
   CFLAGS="`echo " %{optflags} " | sed 's/ -m\(64\|3[21]\) / /g;s/ -fexceptions / /g;s/^ //;s/ $//'`" \
   CXXFLAGS="`echo " %{optflags} " | sed 's/ -m\(64\|3[21]\) / /g;s/ -fexceptions / /g;s/^ //;s/ $//'`" \
 %ifarch %{ix86} x86_64 ppc ppc64
-  --with-mpicc=%{_libdir}/openmpi/bin/mpicc
+  --with-mpicc=%{_libdir}/openmpi/bin/mpicc \
 %endif
-  GDB=%{_bindir}/gdb \
+  GDB=%{_bindir}/gdb
 
 make %{?_smp_mflags}
 


More information about the scm-commits mailing list