base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue. NEVADA_128
authordavelam
Sat, 07 Nov 2009 10:55:03 +0000
changeset 16929 dbc2fb67835f
parent 16928 81c312657327
child 16930 0523484ad445
child 18368 35928374ebf4
base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue.
ChangeLog
base-specs/pango.spec
--- a/ChangeLog	Sat Nov 07 00:04:02 2009 +0000
+++ b/ChangeLog	Sat Nov 07 10:55:03 2009 +0000
@@ -1,3 +1,8 @@
+2009-11-07  Dave Lin <[email protected]>
+
+	* base-specs/pango.spec: Disabled the option "-j" of make on sparc
+	  workaround build issue.
+
 2009-11-06  Brian Cameron  <[email protected]>
 
 	* ext-sources/avahi-bridge-dsd.xml: Fix so the manpage is marked as
--- a/base-specs/pango.spec	Sat Nov 07 00:04:02 2009 +0000
+++ b/base-specs/pango.spec	Sat Nov 07 10:55:03 2009 +0000
@@ -113,7 +113,13 @@
             --libdir=%{_libdir} \
             --bindir=%{_bindir} \
 	    %{gtk_doc_option}
+
+# disalbe "-j" on sparc to workaround build issue
+%ifnarch sparc
 make -j $CPUS
+%else
+make
+%endif
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -151,6 +157,8 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 07 2009 - [email protected]
+- Disabled the option "-j" of make on sparc workaround build issue.
 * Wed Sep 23 2009 - [email protected]
 - Bump to 1.26.0
 * Wed Sep 09 2009 - [email protected]