Magellan Linux

Contents of /trunk/cyrus-sasl/patches/cyrus-sasl-2.1.26-drop_krb5support_dependency.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2412 - (show annotations) (download)
Mon Mar 3 14:45:58 2014 UTC (10 years, 1 month ago) by niro
File size: 630 byte(s)
-patches for cyrus-sasl-2.1.26
1 Author: Roberto C. Sanchez <roberto@connexer.com>
2 Description: Drop gratuitous dependency on krb5support
3 --- a/cmulocal/sasl2.m4
4 +++ b/cmulocal/sasl2.m4
5 @@ -112,9 +112,6 @@ if test "$gssapi" != no; then
6 fi
7
8 if test "$gss_impl" = "auto" -o "$gss_impl" = "mit"; then
9 - # check for libkrb5support first
10 - AC_CHECK_LIB(krb5support,krb5int_getspecific,K5SUP=-lkrb5support K5SUPSTATIC=$gssapi_dir/libkrb5support.a,,${LIB_SOCKET})
11 -
12 gss_failed=0
13 AC_CHECK_LIB(gssapi_krb5,gss_unwrap,gss_impl="mit",gss_failed=1,
14 ${GSSAPIBASE_LIBS} -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ${K5SUP} ${LIB_SOCKET})