configure --without-krb5-config
- configure --without-krb5-config so that we don't pull in the old default ccache name when we want to stop setting a default ccache name at configure- time
This commit is contained in:
parent
e43f75f274
commit
43d2548f26
@ -41,7 +41,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.11.3
|
Version: 1.11.3
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
||||||
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar
|
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -421,6 +421,7 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--localstatedir=%{_var}/kerberos \
|
--localstatedir=%{_var}/kerberos \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
--without-krb5-config \
|
||||||
--with-system-et \
|
--with-system-et \
|
||||||
--with-system-ss \
|
--with-system-ss \
|
||||||
--with-netlib=-lresolv \
|
--with-netlib=-lresolv \
|
||||||
@ -989,6 +990,11 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 26 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-19
|
||||||
|
- configure --without-krb5-config so that we don't pull in the old default
|
||||||
|
ccache name when we want to stop setting a default ccache name at configure-
|
||||||
|
time
|
||||||
|
|
||||||
* Wed Sep 25 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-18
|
* Wed Sep 25 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-18
|
||||||
- fix broken dependency on awk (should be gawk, rdieter)
|
- fix broken dependency on awk (should be gawk, rdieter)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user