OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Jan-2003 12:29:44
Branch: OPENPKG_1_STABLE Handle: 2003011911294400
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/splint splint.spec
Log:
MFC: dislikes parallel building
Summary:
Revision Changes Path
1.11.2.2 +2 -2 openpkg-src/splint/splint.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/splint/splint.spec
============================================================================
$ cvs diff -u -r1.11.2.1 -r1.11.2.2 splint.spec
--- openpkg-src/splint/splint.spec 18 Jan 2003 14:14:48 -0000 1.11.2.1
+++ openpkg-src/splint/splint.spec 19 Jan 2003 11:29:44 -0000 1.11.2.2
@@ -33,7 +33,7 @@
Group: Converter
License: GPL
Version: 3.0.1.6
-Release: 1.20020822
+Release: 1.20030119
# list of sources
Source0: http://www.splint.org/downloads/splint-%{version}.src.tgz
@@ -67,7 +67,7 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix}
- %{l_make} %{l_mflags -O}
+ %{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]