From 67760f0977a3222fed66605c33f5e35eb25be16a Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 24 Apr 2006 11:32:26 +0000 Subject: [PATCH] - re-enabling gcc compilation command adjustment --- ltrace.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ltrace.spec b/ltrace.spec index 7a5ba91..97d6691 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -31,9 +31,8 @@ execution of processes. sed -i -e 's/-o root -g root//' Makefile.in %build -#export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'`" -%configure -#CC="$CC" +export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'`" +%configure CC="$CC" make %install