View | Details | Raw Unified | Return to bug 225567 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 39-50 Link Here
39
39
40
PKGDEINSTALL=	${PKGINSTALL}
40
PKGDEINSTALL=	${PKGINSTALL}
41
41
42
OPTIONS_DEFINE=	APOP_ONLY APOP DOCUMENTATION DRAC FULL_POPD_DEBUG PAM \
42
OPTIONS_DEFINE=	APOP_ONLY APOP CYRUS_SASL DOCUMENTATION DRAC FULL_POPD_DEBUG PAM \
43
	POPPASSD SAMPLE_POPUSERS SHY_ENABLED \
43
	POPPASSD SAMPLE_POPUSERS SHY_ENABLED \
44
	OPENSSL STANDALONE_MODE U_OPTION
44
	OPENSSL STANDALONE_MODE U_OPTION
45
45
46
APOP_ONLY_DESC=	build with APOP authentication only
46
APOP_ONLY_DESC=	build with APOP authentication only
47
APOP_DESC=	build with APOP
47
APOP_DESC=	build with APOP
48
CYRUS_SASL_DESC=	build with cyrus-sasl
48
DOCUMENTATION_DESC=	install pdf documentation
49
DOCUMENTATION_DESC=	install pdf documentation
49
DRAC_DESC=	build with Dynamic Relay Authorization
50
DRAC_DESC=	build with Dynamic Relay Authorization
50
FULL_POPD_DEBUG_DESC=	build with more verbose debugging
51
FULL_POPD_DEBUG_DESC=	build with more verbose debugging
Lines 75-80 Link Here
75
.endif
76
.endif
76
.endif
77
.endif
77
78
79
.if {PORT_OPTIONS:CYRUS_SASL}
80
CONFIGURE_ENV+= "-DCYRUS_SASL=1 ${OS_DEFS}"
81
.endif
82
78
# If WITH_DRAC variable present in the environment, qpopper builds
83
# If WITH_DRAC variable present in the environment, qpopper builds
79
# with Dynamic Relay Authorization Control support.
84
# with Dynamic Relay Authorization Control support.
80
.if ${PORT_OPTIONS:MDRAC}
85
.if ${PORT_OPTIONS:MDRAC}

Return to bug 225567