packages: varkon/varkon.spec - parallel build fails, force -j1 - BR: m4
sparky
sparky at pld-linux.org
Sat May 29 22:20:02 CEST 2010
Author: sparky Date: Sat May 29 20:20:02 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- parallel build fails, force -j1
- BR: m4
---- Files affected:
packages/varkon:
varkon.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: packages/varkon/varkon.spec
diff -u packages/varkon/varkon.spec:1.20 packages/varkon/varkon.spec:1.21
--- packages/varkon/varkon.spec:1.20 Sat May 29 21:59:53 2010
+++ packages/varkon/varkon.spec Sat May 29 22:19:57 2010
@@ -17,6 +17,7 @@
BuildRequires: OpenGL-devel
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
+BuildRequires: m4
BuildRequires: xorg-lib-libX11-devel
BuildRequires: xorg-lib-libXext-devel
BuildRequires: xorg-lib-libXpm-devel
@@ -63,7 +64,7 @@
VARKON_ROOT=$(pwd)
export CC OPTFLAGS LDFLAGS VARKON_ROOT
cd sources
-%{__make}
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
@@ -103,6 +104,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2010/05/29 20:19:57 sparky
+- parallel build fails, force -j1
+- BR: m4
+
Revision 1.20 2010/05/29 19:59:53 chomar
- back to r. 1.18
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/varkon/varkon.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list