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

(-)Makefile (+7 lines)
Lines 142-147 Link Here
142
CONFIGURE_ARGS+=	--with-ldap \
142
CONFIGURE_ARGS+=	--with-ldap \
143
			--with-ldap-lib="${LOCALBASE}/lib" \
143
			--with-ldap-lib="${LOCALBASE}/lib" \
144
			--with-ldap-include="${LOCALBASE}/include"
144
			--with-ldap-include="${LOCALBASE}/include"
145
APR_CONFIG=	${LOCALBASE}/bin/apr-1-config
146
.  if exists(${APR_CONFIG})
147
APR_HAS_LDAP!=	${ECHO_CMD} `${APR_CONFIG} --libs | ${GREP} -c ldap`
148
.    if ${APR_HAS_LDAP} == 0
149
IGNORE=	Please re-install devel/apr WITH_LDAP=yes or, remove it and let www/apache22 install the  bundled apr for you
150
.    endif
151
.  endif
145
.endif
152
.endif
146
153
147
.if defined(WITHOUT_IPV6)
154
.if defined(WITHOUT_IPV6)

Return to bug 124651