[cln] Fix the configure option

Deji Akingunola deji at fedoraproject.org
Sun Oct 9 22:26:58 UTC 2011


commit 888cec001a91e40df460cbdedd19deaeaf8d16ce
Author: Deji Akingunola <dakingun at mail.com>
Date:   Sun Oct 9 18:29:51 2011 -0400

    Fix the configure option

 cln.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list