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_DBM=yes
LOOKUP_LSEARCH=yes LOOKUP_LSEARCH=yes
@ -72,8 +72,10 @@
-# LOOKUP_LDAP=yes -# LOOKUP_LDAP=yes
+LOOKUP_LDAP=yes +LOOKUP_LDAP=yes
+LDAP_LIB_TYPE=OPENLDAP2 +LDAP_LIB_TYPE=OPENLDAP2
+LOOKUP_LIBS=-lldap -llber -lsqlite3 +LOOKUP_INCLUDE=-I/usr/include/mysql
# LOOKUP_MYSQL=yes +LOOKUP_LIBS=-lldap -llber -lsqlite3 -L/usr/lib/mysql -lmysqlclient -lpq
-# LOOKUP_MYSQL=yes
+LOOKUP_MYSQL=yes
-# LOOKUP_NIS=yes -# LOOKUP_NIS=yes
-# LOOKUP_NISPLUS=yes -# LOOKUP_NISPLUS=yes
+LOOKUP_NIS=yes +LOOKUP_NIS=yes
@ -81,7 +83,8 @@
# LOOKUP_ORACLE=yes # LOOKUP_ORACLE=yes
-# LOOKUP_PASSWD=yes -# LOOKUP_PASSWD=yes
+LOOKUP_PASSWD=yes +LOOKUP_PASSWD=yes
# LOOKUP_PGSQL=yes -# LOOKUP_PGSQL=yes
+# LOOKUP_PGSQL=yes
-# LOOKUP_SQLITE=yes -# LOOKUP_SQLITE=yes
+LOOKUP_SQLITE=yes +LOOKUP_SQLITE=yes
# LOOKUP_WHOSON=yes # LOOKUP_WHOSON=yes

View File

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