Browse Source

rebuilt without smp

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@906 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 15 years ago
parent
commit
a2d670b2e7
1 changed files with 7 additions and 2 deletions
  1. 7 2
      lib/libx/libxml/libxml-vl.spec

+ 7 - 2
lib/libx/libxml/libxml-vl.spec

@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 %define ver	1.8.17
-%define rel	3%{?_dist_release}
+%define rel	4%{?_dist_release}
 %define	name	libxml
 
 Summary:	An XML library
@@ -54,7 +54,9 @@ libxml-develパッケージはlibxmlアプリケーションを開発するの
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+# don't use parallel build
+# make %{?_smp_mflags}
+make
 
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
@@ -91,6 +93,9 @@ make %{?_smp_mflags}
 
 
 %changelog
+* Thu Apr 29 2010 Shu KONNO <owa@bg.wakwak.com> 1.8.17-4
+- rebuilt without smp option
+
 * Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-3
 - rebuilt with new toolchain
 - added --disable-static to %%configure