- add -DLDAP_DEPRECATED to CFLAGS (#172999)
This commit is contained in:
parent
bd9251e0b2
commit
d85c426260
@ -20,7 +20,7 @@
|
|||||||
Summary: Backend data server for evolution
|
Summary: Backend data server for evolution
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.4.1.1
|
Version: 1.4.1.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: LGPL
|
License: LGPL
|
||||||
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
|
||||||
@ -157,7 +157,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 -DLDAP_DEPRECATED -fPIC -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`"
|
||||||
@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-3
|
||||||
|
- add -DLDAP_DEPRECATED to CFLAGS (#172999)
|
||||||
|
|
||||||
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-2
|
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.4.1.1-2
|
||||||
- Updated license field to reflect change from GPL to LGPL
|
- Updated license field to reflect change from GPL to LGPL
|
||||||
- Remove all static libraries, not just those in /usr/lib; avoid listing libdir
|
- Remove all static libraries, not just those in /usr/lib; avoid listing libdir
|
||||||
|
Loading…
Reference in New Issue
Block a user