Fix the configure option

This commit is contained in:
Deji Akingunola 2011-10-09 18:29:51 -04:00
parent fe770901d6
commit 888cec001a

View File

@ -35,7 +35,9 @@ This package is necessary if you wish to develop software based on
the CLN library.
%ifarch %{arm}
%global XFLAGS -DNO_ASM
%global XFLAGS %{optflags} -DNO_ASM
%else
%global XFLAGS %{optflags}
%endif
%prep