SPECS: ulogd.spec - use -j1 for make and make install
paszczus
paszczus at pld-linux.org
Sun Nov 25 14:06:11 CET 2007
Author: paszczus Date: Sun Nov 25 13:06:11 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use -j1 for make and make install
---- Files affected:
SPECS:
ulogd.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/ulogd.spec
diff -u SPECS/ulogd.spec:1.42 SPECS/ulogd.spec:1.43
--- SPECS/ulogd.spec:1.42 Tue May 15 15:38:01 2007
+++ SPECS/ulogd.spec Sun Nov 25 14:06:06 2007
@@ -94,14 +94,14 @@
--with-mysql \
--with-pgsql \
--with-sqlite3
-%{__make}
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/{sysconfig,logrotate.d,rc.d/init.d,ulogd}} \
$RPM_BUILD_ROOT/var/log
-%{__make} install \
+%{__make} install -j1 \
DESTDIR=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ulogd
@@ -169,6 +169,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2007-11-25 13:06:06 paszczus
+- use -j1 for make and make install
+
Revision 1.42 2007-05-15 13:38:01 gotar
- PCAP output plugin
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ulogd.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list