- Use regular LDAP library for now, rather than evolution-openldap

(#167238)
This commit is contained in:
dmalcolm 2005-09-01 01:28:57 +00:00
parent 50dc0a1f58
commit fe72ed67d7

View File

@ -5,7 +5,7 @@ ExcludeArch: ppc64
%define use_mozilla_nss 1 %define use_mozilla_nss 1
%define ldap_support 1 %define ldap_support 1
%define static_ldap 1 %define static_ldap 0
%define krb5_support 1 %define krb5_support 1
%define nntp_support 1 %define nntp_support 1
@ -25,7 +25,7 @@ ExcludeArch: ppc64
Summary: Backend data server for evolution Summary: Backend data server for evolution
Name: evolution-data-server Name: evolution-data-server
Version: 1.3.8 Version: 1.3.8
Release: 5 Release: 6
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Aug 31 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-6
- Use regular LDAP library for now, rather than evolution-openldap (#167238)
* Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5 * Tue Aug 30 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-5
- Add -Werror-implicit-function-declaration back to CFLAGS at the make stage, - Add -Werror-implicit-function-declaration back to CFLAGS at the make stage,
after the configure, to spot 64-bit problems whilst avoiding breaking after the configure, to spot 64-bit problems whilst avoiding breaking