View | Details | Raw Unified | Return to bug 133344
Collapse All | Expand All

(-)/home/bakhtin/work/nss_ldap/Makefile (-2 / +1 lines)
Lines 33-40 Link Here
33
CONFIGURE_ARGS=	--with-ldap-conf-file=${PREFIX}/etc/nss_ldap.conf \
33
CONFIGURE_ARGS=	--with-ldap-conf-file=${PREFIX}/etc/nss_ldap.conf \
34
		--with-ldap-secret-file=${PREFIX}/etc/nss_ldap.secret \
34
		--with-ldap-secret-file=${PREFIX}/etc/nss_ldap.secret \
35
		--enable-rfc2307bis \
35
		--enable-rfc2307bis \
36
		--enable-paged-results \
36
		--enable-paged-results 
37
		--enable-configurable-krb5-ccname-env
38
37
39
MAN5=	nss_ldap.5
38
MAN5=	nss_ldap.5
40
39
(-)/home/bakhtin/work/nss_ldap/files/patch-ldap-nss.c (+8 lines)
Lines 9-11 Link Here
9
 #include <sasl/sasl.h>
9
 #include <sasl/sasl.h>
10
 #elif defined(HAVE_SASL_H)
10
 #elif defined(HAVE_SASL_H)
11
 #include <sasl.h>
11
 #include <sasl.h>
12
@@ -84,7 +84,7 @@
13
 #include <gssapi/gssapi.h>
14
 #include <gssapi/gssapi_krb5.h>
15
 #endif
16
-#ifdef CONFIGURE_KRB5_CCNAME
17
+#if defined(CONFIGURE_KRB5_CCNAME) && defined(HAVE_KRB5_H)
18
 #include <krb5.h>
19
 #endif

Return to bug 133344