From a1defe0a697bcbbe3cc127f0f5dd80daed9d7141 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Aug 07 2012 13:51:10 +0000 Subject: Fix \ line continuation in configure line. The backslash after --with-mpicc= got misplace with the upgrade to 3.6.0. --- 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}