kill sasl (v1, not v2) flavour
This commit is contained in:
parent
eba4caaede
commit
2df9f6edaa
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.35 2004/02/16 07:37:46 djm Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.36 2004/04/01 08:11:17 jakob Exp $
|
||||
|
||||
COMMENT= "fast, secure sendmail replacement"
|
||||
|
||||
@ -36,7 +36,7 @@ ALL_TARGET= default
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
FLAVORS+= pcre sasl sasl2 ldap mysql tls ipv6
|
||||
FLAVORS+= pcre sasl2 ldap mysql tls ipv6
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mpcre}
|
||||
@ -47,12 +47,6 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lpcre
|
||||
MAKE_CCARGS+= -DNO_PCRE
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Msasl}
|
||||
LIB_DEPENDS+= sasl::security/cyrus-sasl
|
||||
MAKE_CCARGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl -DUSE_SASL_AUTH
|
||||
MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lkrb
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Msasl2}
|
||||
LIB_DEPENDS+= sasl2::security/cyrus-sasl2
|
||||
MAKE_CCARGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl -DUSE_SASL_AUTH
|
||||
|
Loading…
Reference in New Issue
Block a user