]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-5.0.2-add-krb5-include.patch
- rel.1, lets try
[packages/autofs.git] / autofs-5.0.2-add-krb5-include.patch
CommitLineData
3d551623
PG
1diff --git a/CHANGELOG b/CHANGELOG
2index 172d0cd..6931791 100644
3--- a/CHANGELOG
4+++ b/CHANGELOG
5@@ -1,3 +1,7 @@
6+??/??/2007 autofs-5.0.3
7+-----------------------
8+- include krb5.h in lookup_ldap.h (some openssl doesn't implicitly include it).
9+
10 18/06/2007 autofs-5.0.2
11 -----------------------
12 - fix return check for getpwuid_r and getgrgid_r.
13diff --git a/include/lookup_ldap.h b/include/lookup_ldap.h
14index e1c5b4e..0a9deca 100644
15--- a/include/lookup_ldap.h
16+++ b/include/lookup_ldap.h
17@@ -7,6 +7,7 @@
18 #include <openssl/err.h>
19 #include <sasl/sasl.h>
20 #include <libxml/tree.h>
21+#include <krb5.h>
22 #endif
23
24 struct lookup_context {
This page took 0.048979 seconds and 4 git commands to generate.