OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Oct-2006 08:57:14
Branch: HEAD Handle: 2006102407571400
Modified files:
openpkg-src/cutils cutils.spec
Log:
fix building by disabling parallel builds
Summary:
Revision Changes Path
1.6 +2 -2 openpkg-src/cutils/cutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cutils/cutils.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 cutils.spec
--- openpkg-src/cutils/cutils.spec 13 Oct 2006 17:27:27 -0000 1.5
+++ openpkg-src/cutils/cutils.spec 24 Oct 2006 06:57:14 -0000 1.6
@@ -33,7 +33,7 @@
Group: Development
License: MIT-style
Version: 1.6
-Release: 20061013
+Release: 20061024
# list of sources
Source0: http://www.sigala.it/sandro/files/cutils-%{version}.tar.gz
@@ -70,7 +70,7 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix}
- %{l_make} %{l_mflags -O} MAKEINFO="true"
+ %{l_make} %{l_mflags} MAKEINFO="true"
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]