OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Matthias Kurz
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Aug-2005 20:39:21
Branch: HEAD Handle: 2005081519392100
Modified files:
openpkg-src/aide aide.spec
Log:
--with-zlib expects "yes" or "no" and "yes" is the default
Summary:
Revision Changes Path
1.37 +2 -3 openpkg-src/aide/aide.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aide/aide.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 aide.spec
--- openpkg-src/aide/aide.spec 24 Mar 2005 11:18:23 -0000 1.36
+++ openpkg-src/aide/aide.spec 15 Aug 2005 18:39:21 -0000 1.37
@@ -33,7 +33,7 @@
Group: Security
License: GPL
Version: 0.10
-Release: 20050221
+Release: 20050815
# package options
%option with_fsl yes
@@ -98,8 +98,7 @@
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/aide \
--with-dbhmactype=sha1 \
- --with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy \
- --with-zlib=%{l_prefix}
+ --with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy
%{l_make} %{l_mflags}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]