rebuild, enable mysql and postgres

This commit is contained in:
David Woodhouse 2005-11-08 16:32:01 +00:00
parent aac745b2ba
commit ebb629c8c2
2 changed files with 13 additions and 6 deletions

View File

@ -58,7 +58,7 @@
#------------------------------------------------------------------------------
@@ -255,17 +255,19 @@
@@ -255,17 +255,20 @@
LOOKUP_DBM=yes
LOOKUP_LSEARCH=yes
@ -72,8 +72,10 @@
-# LOOKUP_LDAP=yes
+LOOKUP_LDAP=yes
+LDAP_LIB_TYPE=OPENLDAP2
+LOOKUP_LIBS=-lldap -llber -lsqlite3
# LOOKUP_MYSQL=yes
+LOOKUP_INCLUDE=-I/usr/include/mysql
+LOOKUP_LIBS=-lldap -llber -lsqlite3 -L/usr/lib/mysql -lmysqlclient -lpq
-# LOOKUP_MYSQL=yes
+LOOKUP_MYSQL=yes
-# LOOKUP_NIS=yes
-# LOOKUP_NISPLUS=yes
+LOOKUP_NIS=yes
@ -81,7 +83,8 @@
# LOOKUP_ORACLE=yes
-# LOOKUP_PASSWD=yes
+LOOKUP_PASSWD=yes
# LOOKUP_PGSQL=yes
-# LOOKUP_PGSQL=yes
+# LOOKUP_PGSQL=yes
-# LOOKUP_SQLITE=yes
+LOOKUP_SQLITE=yes
# LOOKUP_WHOSON=yes

View File

@ -1,7 +1,7 @@
Summary: The exim mail transfer agent
Name: exim
Version: 4.54
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
Url: http://www.exim.org/
Group: System Environment/Daemons
@ -29,7 +29,7 @@ Patch15: exim-4.52-dynamic-pcre.patch
Requires: /etc/aliases
BuildRequires: db4-devel openssl-devel openldap-devel XFree86-devel pam-devel
BuildRequires: lynx pcre-devel sqlite-devel
BuildRequires: cyrus-sasl-devel openldap-devel openssl-devel
BuildRequires: cyrus-sasl-devel openldap-devel openssl-devel mysql-devel postgresql-devel
PreReq: cyrus-sasl openldap openssl
%description
@ -285,6 +285,10 @@ fi
%doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO}
%changelog
* Wed Oct 5 2005 David Woodhouse <dwmw2@redhat.com> 4.54-2
- Rebuild for new OpenSSL
- Add MySQL and Postgres support to keep jgarzik happy
* Wed Oct 5 2005 David Woodhouse <dwmw2@redhat.com> 4.54-1
- Update to Exim 4.54
- Enable sqlite support