packages: opensrf/opensrf.spec - make -j1 for bootstrap build

glen glen at pld-linux.org
Sat Apr 14 10:46:35 CEST 2012


Author: glen                         Date: Sat Apr 14 08:46:35 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make -j1 for bootstrap build

---- Files affected:
packages/opensrf:
   opensrf.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/opensrf/opensrf.spec
diff -u packages/opensrf/opensrf.spec:1.1 packages/opensrf/opensrf.spec:1.2
--- packages/opensrf/opensrf.spec:1.1	Sat Apr 14 10:40:04 2012
+++ packages/opensrf/opensrf.spec	Sat Apr 14 10:46:30 2012
@@ -2,7 +2,7 @@
 # TODO
 # - FHS
 # - pld deps
-# - can't build itself: /usr/bin/ld: cannot find -lopensrf
+# - fix parallel build deps: can't build itself: /usr/bin/ld: cannot find -lopensrf
 Summary:	OpenSRF Message Routing Network
 Name:		opensrf
 Version:	2.0.1
@@ -140,7 +140,7 @@
 ./configure \
 	--prefix=/opensrf \
 	--sysconfdir=/opensrf/conf
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -206,6 +206,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2012/04/14 08:46:30  glen
+- make -j1 for bootstrap build
+
 Revision 1.1  2012/04/14 08:40:04  glen
 - pretty raw, based on opensrf-2.0.1-24.2.src.rpm from
   https://build.opensuse.org/project/show?project=home:bjwebb:evergreen
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/opensrf/opensrf.spec?r1=1.1&r2=1.2



More information about the pld-cvs-commit mailing list