Avoid compiler warning due to incorrect krb5 include folder
This commit is contained in:
parent
9c65dcf369
commit
17c5809110
@ -32,7 +32,7 @@
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.11.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
@ -87,10 +87,7 @@ BuildRequires: openldap-devel >= 2.0.11
|
||||
%endif
|
||||
|
||||
%if %{krb5_support}
|
||||
BuildRequires: krb5-devel
|
||||
# tweak for krb5 1.2 vs 1.3
|
||||
%define krb5dir /usr/kerberos
|
||||
#define krb5dir `pwd`/krb5-fakeprefix
|
||||
BuildRequires: krb5-devel >= 1.11
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -133,10 +130,6 @@ This package contains developer documentation for %{name}.
|
||||
|
||||
%patch01 -p1 -b .fix-64bit-acinclude
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
mkdir -p krb5-fakeprefix/%{_lib}
|
||||
|
||||
%build
|
||||
%if %{ldap_support}
|
||||
|
||||
@ -165,7 +158,7 @@ fi
|
||||
%endif
|
||||
|
||||
%if %{krb5_support}
|
||||
%define krb5_flags --with-krb5=%{krb5dir}
|
||||
%define krb5_flags --with-krb5
|
||||
%else
|
||||
%define krb5_flags --without-krb5
|
||||
%endif
|
||||
@ -381,6 +374,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-2
|
||||
- Avoid compiler warning due to incorrect krb5 include folder
|
||||
|
||||
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-1
|
||||
- Update to 3.11.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user