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

(-)jabberd/Makefile (+5 lines)
Lines 22-27 Link Here
22
		LDAP "Use LDAP for authentication" off \
22
		LDAP "Use LDAP for authentication" off \
23
		BDB "Use BDB for storage and authentication" off \
23
		BDB "Use BDB for storage and authentication" off \
24
		PAM "Use PAM for authentication" off \
24
		PAM "Use PAM for authentication" off \
25
		PIPE "Enable pipe auth/reg support" off \
25
		DEBUG "Compile with debug information" on
26
		DEBUG "Compile with debug information" on
26
27
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
Lines 76-81 Link Here
76
CONFIGURE_ARGS+=--enable-pam
77
CONFIGURE_ARGS+=--enable-pam
77
.else
78
.else
78
CONFIGURE_ARGS+=--disable-pam
79
CONFIGURE_ARGS+=--disable-pam
80
.endif
81
82
.if defined(WITH_PIPE)
83
CONFIGURE_ARGS+=--enable-pipe
79
.endif
84
.endif
80
85
81
MAN8=		c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8
86
MAN8=		c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8

Return to bug 84296