perl regexp failed because we now have colons in RPM_OPT_FLAGS
This commit is contained in:
parent
a8c007b520
commit
a17b1c32bd
@ -20,7 +20,7 @@ performance and to spin down hard drives for power conservation.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl -pi -e "s,-O2,$RPM_OPT_FLAGS,g" Makefile
|
||||
perl -pi -e "s/-O2/$RPM_OPT_FLAGS/g" Makefile
|
||||
make
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user