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: 27-Mar-2008 21:03:57
Branch: HEAD Handle: 2008032720035700
Modified files:
openpkg-src/exim exim.spec
Log:
add optional support for dsearch lookups
Summary:
Revision Changes Path
1.117 +7 -1 openpkg-src/exim/exim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.116 -r1.117 exim.spec
--- openpkg-src/exim/exim.spec 26 Feb 2008 19:57:46 -0000 1.116
+++ openpkg-src/exim/exim.spec 27 Mar 2008 20:03:57 -0000 1.117
@@ -32,7 +32,7 @@
Group: Mail
License: GPL
Version: 4.69
-Release: 20080226
+Release: 20080327
# package options
%option with_auth_cram_md5 no
@@ -41,6 +41,7 @@
%option with_auth_sasl no
%option with_content_scan no
%option with_dlfunc no
+%option with_dsearch no
%option with_ipv6 no
%option with_maildir no
%option with_mailstore no
@@ -214,6 +215,11 @@
echo 'HAVE_IPV6=YES'
%endif
+ # support for dsearch lookups
+%if "%{with_dsearch}" == "yes"
+ echo 'LOOKUP_DSEARCH=yes'
+%endif
+
# support for MySQL lookups
%if "%{with_mysql}" == "yes"
echo 'LOOKUP_MYSQL=yes'
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]