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: 13-Oct-2006 22:01:44
Branch: HEAD Handle: 2006101321014300
Modified files:
openpkg-src/speex speex.spec
Log:
fix building under Solaris by removing parallelized make
Summary:
Revision Changes Path
1.4 +1 -1 openpkg-src/speex/speex.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/speex/speex.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 speex.spec
--- openpkg-src/speex/speex.spec 13 Oct 2006 17:34:20 -0000 1.3
+++ openpkg-src/speex/speex.spec 13 Oct 2006 20:01:43 -0000 1.4
@@ -76,7 +76,7 @@
./configure \
--prefix=%{l_prefix} \
--disable-shared
- %{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]