steffen: server/imapd kolab.patch,1.20,1.21

cvs at intevation.de cvs at intevation.de
Thu May 26 13:52:12 CEST 2005


Author: steffen

Update of /kolabrepository/server/imapd
In directory doto:/tmp/cvs-serv2630

Modified Files:
	kolab.patch 
Log Message:
use openpkg supplied libdb

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/imapd/kolab.patch,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- kolab.patch	22 Apr 2005 02:01:35 -0000	1.20
+++ kolab.patch	26 May 2005 11:52:10 -0000	1.21
@@ -1,5 +1,5 @@
 --- ../imapd.orig/imapd.spec	2005-02-21 18:02:27.000000000 +0100
-+++ imapd.spec	2005-04-21 00:51:04.705243928 +0200
++++ imapd.spec	2005-05-26 12:40:54.000000000 +0200
 @@ -3,6 +3,9 @@
  ##  Copyright (c) 2000-2005 The OpenPKG Project <http://www.openpkg.org/>
  ##  Copyright (c) 2000-2005 Ralf S. Engelschall <rse at engelschall.com>
@@ -15,7 +15,7 @@
  License:      BSD
  Version:      2.2.12
 -Release:      2.3.0
-+Release:      2.3.0_kolab2
++Release:      2.3.0_kolab3
  
  #   package options
 -%option       with_fsl    yes
@@ -62,7 +62,7 @@
  %endif
  %if "%{with_drac}" == "yes"
      %{l_shtool} subst -e 's;@DRACLIBS@;-ldrac;g' contrib/drac_auth.patch
-@@ -95,6 +110,16 @@ AutoReqProv:  no
+@@ -95,10 +110,21 @@ AutoReqProv:  no
      sleep 1
      touch configure
  %endif
@@ -79,3 +79,9 @@
      %{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' \
++	-e 's;-l\$dbname;%{l_prefix}/lib/lib$dbname.a;g' \
+         configure
+ 
+     #   ensure local com_err can be used





More information about the commits mailing list