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

(-)Makefile (+7 lines)
Lines 30-35 Link Here
30
		--with-pam
30
		--with-pam
31
31
32
OPTIONS=	LDAP "With LDAP support" off \
32
OPTIONS=	LDAP "With LDAP support" off \
33
        OPIE "With OPIE support" on \
33
		INSULTS "With all insults" off \
34
		INSULTS "With all insults" off \
34
		DISABLE_ROOT_SUDO "Disable root sudo" off \
35
		DISABLE_ROOT_SUDO "Disable root sudo" off \
35
		DISABLE_AUTH "Disable authentication" off \
36
		DISABLE_AUTH "Disable authentication" off \
Lines 73-78 Link Here
73
PLIST_SUB+=	LDAP="@comment "
74
PLIST_SUB+=	LDAP="@comment "
74
.endif
75
.endif
75
76
77
.if defined(WITH_OPIE)
78
CONFIGURE_ARGS+=--with-opie
79
.else
80
CONFIGURE_ARGS+=--without-opie
81
.endif
82
76
.if defined(WITH_DISABLE_ROOT_SUDO)
83
.if defined(WITH_DISABLE_ROOT_SUDO)
77
CONFIGURE_ARGS+=--disable-root-sudo
84
CONFIGURE_ARGS+=--disable-root-sudo
78
.endif
85
.endif

Return to bug 168812