fix sasl flavour; <op21@squish.org>

This commit is contained in:
jakob 2001-04-20 23:10:43 +00:00
parent 1953a9ae7f
commit 9e550b807f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2001/03/16 15:36:13 espie Exp $ # $OpenBSD: Makefile,v 1.10 2001/04/20 23:10:43 jakob Exp $
MULTI_PACKAGES= -client MULTI_PACKAGES= -client
PKGNAME-client= openldap-client-${VERSION} PKGNAME-client= openldap-client-${VERSION}
@ -50,8 +50,8 @@ FLAVOR?=
.if ${FLAVOR:L} == "sasl" .if ${FLAVOR:L} == "sasl"
CONFIGURE_ARGS+= --with-cyrus-sasl \ CONFIGURE_ARGS+= --with-cyrus-sasl \
--enable-spasswd --enable-spasswd
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/sasl" CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/sasl" \
LIBS="-L${LOCALBASE}/lib -lkrb" LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lkrb"
LIB_DEPENDS+= sasl::security/cyrus-sasl LIB_DEPENDS+= sasl::security/cyrus-sasl
.else .else
CONFIGURE_ARGS+= --without-cyrus-sasl \ CONFIGURE_ARGS+= --without-cyrus-sasl \