- add -DLDAP_DEPRECATED to CFLAGS (#172999)
This commit is contained in:
parent
f7a860fe4b
commit
c7e2921927
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.4.1
|
Version: 2.4.1
|
||||||
Release: 7
|
Release: 8
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -262,7 +262,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et"; export CFLAGS
|
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -I%{_includedir}/et"; export CFLAGS
|
||||||
%if ! %{use_mozilla_nss}
|
%if ! %{use_mozilla_nss}
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
|
CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
|
||||||
@ -384,6 +384,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*.so
|
%{_libdir}/evolution/%{evo_major}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-8
|
||||||
|
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
|
||||||
|
|
||||||
* Wed Oct 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-7
|
* Wed Oct 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-7
|
||||||
- Added a patch (110) to hide the component switcher buttons by default on new
|
- Added a patch (110) to hide the component switcher buttons by default on new
|
||||||
windows (#170799) by patching the GConf schema.
|
windows (#170799) by patching the GConf schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user