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: 07-Jul-2005 10:15:10
Branch: HEAD Handle: 2005070709151000
Modified files:
openpkg-src/bochs bochs.spec
Log:
enable zlib compression
Summary:
Revision Changes Path
1.41 +4 -1 openpkg-src/bochs/bochs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 bochs.spec
--- openpkg-src/bochs/bochs.spec 25 Jun 2005 09:39:03 -0000 1.40
+++ openpkg-src/bochs/bochs.spec 7 Jul 2005 08:15:10 -0000 1.41
@@ -33,7 +33,7 @@
Group: Misc
License: LGPL
Version: 2.2
-Release: 20050625
+Release: 20050707
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
@@ -45,6 +45,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, X11, gcc, gzip
PreReq: OpenPKG, openpkg >= 20040130, X11
+BuildPreReq: zlib
+PreReq: zlib
AutoReq: no
AutoReqProv: no
@@ -93,6 +95,7 @@
--enable-all-optimizations \
--enable-cdrom \
--enable-ne2000 \
+ --enable-compressed-hd \
--disable-shared
# build the sources
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]