- re-enabling gcc compilation command adjustment
This commit is contained in:
parent
a1bac0b6a2
commit
67760f0977
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user