OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-May-2005 11:59:06
Branch: HEAD Handle: 2005050410590600
Modified files:
openpkg-src/cvs cvs.spec
Log:
use an external zlib according to advice from Matthias KURZ
Summary:
Revision Changes Path
1.98 +5 -3 openpkg-src/cvs/cvs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.97 -r1.98 cvs.spec
--- openpkg-src/cvs/cvs.spec 8 Apr 2005 15:04:22 -0000 1.97
+++ openpkg-src/cvs/cvs.spec 4 May 2005 09:59:06 -0000 1.98
@@ -37,7 +37,7 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 20050408
+Release: 20050504
# package options
%option with_fsl yes
@@ -55,8 +55,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, perl, patch
-PreReq: OpenPKG, openpkg >= 20040130, perl, patch
+BuildPreReq: OpenPKG, openpkg >= 20040130, perl, patch, zlib
+PreReq: OpenPKG, openpkg >= 20040130, perl, patch, zlib
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
@@ -122,10 +122,12 @@
--prefix=%{l_prefix} \
--with-patch=%{l_prefix}/bin/patch \
--with-tmpdir=%{l_prefix}/var/cvs/tmp \
+ --with-external-zlib=%{l_prefix} \
--without-krb4 \
--without-gssapi \
--enable-encryption \
--enable-server
+ rm -rf zlib
%{l_make} %{l_mflags}
# configure CVSlock utility
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]