SPECS: ejabberd.spec - use -j1 to proper build
paszczus
paszczus at pld-linux.org
Fri Jul 18 15:22:41 CEST 2008
Author: paszczus Date: Fri Jul 18 13:22:41 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use -j1 to proper build
---- Files affected:
SPECS:
ejabberd.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/ejabberd.spec
diff -u SPECS/ejabberd.spec:1.42 SPECS/ejabberd.spec:1.43
--- SPECS/ejabberd.spec:1.42 Wed Jul 16 21:21:37 2008
+++ SPECS/ejabberd.spec Fri Jul 18 15:22:35 2008
@@ -80,14 +80,14 @@
%{__autoconf}
%configure \
--enable-odbc %{?with_pam --enable-pam}
-%{__make}
+%{__make} -j1
cd ..
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{/var/lib/%{realname},/etc/{sysconfig,rc.d/init.d},%{_sbindir}}
-%{__make} -C src install \
+%{__make} -C src install -j1 \
DESTDIR=$RPM_BUILD_ROOT
sed -e's, at libdir@,%{_libdir},g' %{SOURCE1} > $RPM_BUILD_ROOT/etc/rc.d/init.d/%{realname}
@@ -142,6 +142,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2008/07/18 13:22:35 paszczus
+- use -j1 to proper build
+
Revision 1.42 2008/07/16 19:21:37 shadzik
- neigh, patch4 was a bad idea, reverted
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ejabberd.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list