OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Steffen Weinreich
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Oct-2006 16:08:03
Branch: HEAD Handle: 2006102715080300
Modified files:
openpkg-src/imapd imapd.spec
Log:
Fix to avoid the pickup of an OS version of db-4.2+ installed
Summary:
Revision Changes Path
1.165 +2 -2 openpkg-src/imapd/imapd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imapd/imapd.spec
============================================================================
$ cvs diff -u -r1.164 -r1.165 imapd.spec
--- openpkg-src/imapd/imapd.spec 13 Oct 2006 17:28:54 -0000 1.164
+++ openpkg-src/imapd/imapd.spec 27 Oct 2006 14:08:03 -0000 1.165
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 2.3.7
-Release: 20061013
+Release: 20061027
# package options
%option with_fsl yes
@@ -102,7 +102,7 @@
%{l_shtool} subst \
-e 's;-L/usr/local/lib;;g' \
-e 's;-I/usr/local/include;;g' \
- -e 's;db-4.1;db;g' \
+ -e 's;db-4.4;db;g' \
configure
# ensure local et/com_err can be found
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]