[perl/f14] fix ARM machine type

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 11 13:33:47 UTC 2011


commit b47cacb68c61342f2d38782318ef7e2dbe6a21be
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 11 14:33:28 2011 +0100

    fix ARM machine type

 perl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 844cc4c..ec89e1a 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1060,7 +1060,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