From 888cec001a91e40df460cbdedd19deaeaf8d16ce Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Sun, 9 Oct 2011 18:29:51 -0400 Subject: [PATCH] Fix the configure option --- cln.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cln.spec b/cln.spec index 6ccbf53..4bffbad 100644 --- a/cln.spec +++ b/cln.spec @@ -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