- re-enabling gcc compilation command adjustment

This commit is contained in:
Petr Machata 2006-04-24 11:32:26 +00:00
parent a1bac0b6a2
commit 67760f0977

View File

@ -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