[perl/f15] fix arm define

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 11 15:24:17 UTC 2011


commit 9857832cd02779b3ad0f417750c0f9c5655ff887
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 11 16:23:59 2011 +0100

    fix arm define

 perl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 97b8ba3..8b07382 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1083,7 +1083,7 @@ echo "RPM Build arch: %{_arch}"
 
 # -Duseshrplib creates libperl.so, -Ubincompat5005 help create DSO -> libperl.so
 
-%ifarch sparc64 armv5tel
+%ifarch sparc64 %{arm}
 make
 %else
 make %{?_smp_mflags}


More information about the scm-commits mailing list