rpms/exim/devel exim-4.50-config.patch,1.3,1.4 exim.spec,1.9,1.10

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Sun Nov 13 19:31:28 UTC 2005


Author: dwmw2

Update of /cvs/extras/rpms/exim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25747

Modified Files:
	exim-4.50-config.patch exim.spec 
Log Message:
fix 64-bit build

exim-4.50-config.patch:

Index: exim-4.50-config.patch
===================================================================
RCS file: /cvs/extras/rpms/exim/devel/exim-4.50-config.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- exim-4.50-config.patch	8 Nov 2005 16:32:01 -0000	1.3
+++ exim-4.50-config.patch	13 Nov 2005 19:31:25 -0000	1.4
@@ -73,7 +73,7 @@
 +LOOKUP_LDAP=yes
 +LDAP_LIB_TYPE=OPENLDAP2
 +LOOKUP_INCLUDE=-I/usr/include/mysql
-+LOOKUP_LIBS=-lldap -llber -lsqlite3 -L/usr/lib/mysql -lmysqlclient -lpq
++LOOKUP_LIBS=-lldap -llber -lsqlite3 -L/usr/$(_lib)/mysql -lmysqlclient -lpq
 -# LOOKUP_MYSQL=yes
 +LOOKUP_MYSQL=yes
 -# LOOKUP_NIS=yes


Index: exim.spec
===================================================================
RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- exim.spec	11 Nov 2005 20:17:28 -0000	1.9
+++ exim.spec	13 Nov 2005 19:31:25 -0000	1.10
@@ -286,6 +286,9 @@
 %doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO}
 
 %changelog
+* Sun Nov 13 2005 David Woodhouse <dwmw2 at redhat.com> 4.54-4
+- Fix 64-bit build
+
 * Fri Nov 11 2005 David Woodhouse <dwmw2 at redhat.com> 4.54-3
 - Update X11 BuildRequires
 




More information about the fedora-extras-commits mailing list