rpms/perl/F-9 perl.spec,1.186,1.187

Dennis Gilmore ausil at fedoraproject.org
Mon Feb 16 17:48:48 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/perl/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6460

Modified Files:
	perl.spec 
Log Message:
build sparc64 without _smp_mflags



Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/F-9/perl.spec,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- perl.spec	20 Jan 2009 07:42:17 -0000	1.186
+++ perl.spec	16 Feb 2009 17:48:17 -0000	1.187
@@ -16,7 +16,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        40%{?dist}
+Release:        41%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -975,8 +975,11 @@
         -Ud_endservent_r_proto -Ud_setservent_r_proto \
         -Dscriptdir='%{_bindir}'
 
+%ifarch sparc64
+make
+%else
 make %{?_smp_mflags}
-
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -1697,6 +1700,9 @@
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Feb 16 2009 Dennis Gilmore <dennis at ausil.us> - 4:5.10.0-41
+- build sparc64 without _smp_mflags
+
 * Mon Jan 19 2009 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.10.0-40
 - 455410 http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934
   Attempt to free unreferenced scalar fiddling with the symbol table




More information about the fedora-extras-commits mailing list