summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch')
-rw-r--r--gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch b/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch
new file mode 100644
index 000000000000..8c3444986ae9
--- /dev/null
+++ b/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch
@@ -0,0 +1,12 @@
+--- evolution-exchange-2.3.7/configure.in 2005-08-07 23:34:32.000000000 -0400
++++ evolution-exchange-2.3.7.new/configure.in 2005-08-22 18:26:49.000000000 -0400
+@@ -211,7 +211,8 @@
+ LDFLAGS="$LDFLAGS -L$with_krb5_libs $mitlibs"
+ AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$mitlibs",
+ [
+- LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs"
++ #LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs"
++ LDFLAGS="`krb5-config --libs`"
+ AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$heimlibs", ac_cv_lib_kerberos5="no")
+ ])
+ LDFLAGS="$LDFLAGS_save"