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: 11-Apr-2008 10:12:28
Branch: HEAD Handle: 2008041109122700
Modified files:
openpkg-src/exim exim.spec
Log:
fix build of SPF (Sender Policy Framework) support
Summary:
Revision Changes Path
1.118 +4 -3 openpkg-src/exim/exim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.117 -r1.118 exim.spec
--- openpkg-src/exim/exim.spec 27 Mar 2008 20:03:57 -0000 1.117
+++ openpkg-src/exim/exim.spec 11 Apr 2008 08:12:27 -0000 1.118
@@ -32,7 +32,7 @@
Group: Mail
License: GPL
Version: 4.69
-Release: 20080327
+Release: 20080411
# package options
%option with_auth_cram_md5 no
@@ -70,7 +70,7 @@
BuildPreReq: sasl
PreReq: sasl
%endif
-%if "%{with_dlfunc}" == "yes"
+%if "%{with_dlfunc}" == "yes" || "%{with_spf}" == "yes"
BuildPreReq: gcc
%endif
%if "%{with_mysql}" == "yes"
@@ -267,7 +267,8 @@
# experimental extensions
%if "%{with_spf}" == "yes"
echo 'EXPERIMENTAL_SPF=yes'
- echo 'LDFLAGS+=-lspf2'
+ echo 'CFLAGS+=-DSPF'
+ echo 'EXTRALIBS_EXIM+=-lspf2 -pthread'
%endif
) >Local/Makefile
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]