OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Nov-2007 20:32:06
Branch: HEAD Handle: 2007110619320500
Modified files:
openpkg-src/imapd imapd.spec
Log:
remove obsolete Berkeley DB fiddling
Summary:
Revision Changes Path
1.183 +1 -11 openpkg-src/imapd/imapd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imapd/imapd.spec
============================================================================
$ cvs diff -u -r1.182 -r1.183 imapd.spec
--- openpkg-src/imapd/imapd.spec 27 Oct 2007 11:59:30 -0000 1.182
+++ openpkg-src/imapd/imapd.spec 6 Nov 2007 19:32:05 -0000 1.183
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 2.3.10
-Release: 20071027
+Release: 20071106
# package options
%option with_fsl yes
@@ -162,14 +162,6 @@
# make sure config2header rebuilds imapopts based on imapoptions
rm -f lib/imapopts.h lib/imapopts.c >/dev/null 2>&1 || true
- # fix Berkeley-DB detection
- %{l_shtool} subst\
- -e 's;-L/usr/local/lib;;g' \
- -e 's;-I/usr/local/include;;g' \
- -e 's;db-4\.[0-9];db;g' \
- -e 's;-l\$dbname;%{l_prefix}/lib/lib$dbname.a;g' \
- configure
-
# ensure correct linking of Berkeley-DB in perl bindings
loclibs=""
case "%{l_platform -t}" in
@@ -257,8 +249,6 @@
--with-lib-subdir=%{l_prefix}/lib \
--with-openssl=%{l_prefix} \
--with-bdb=%{l_prefix} \
- --with-bdb-incdir=%{l_prefix}/include \
- --with-bdb-libdir=%{l_prefix}/lib \
--with-sasl=%{l_prefix} \
--with-staticsasl=%{l_prefix} \
--with-com_err \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]