Subject: USE_SASL is too general?
To: None <tech-pkg@netbsd.org>
From: Daniel Eggert <eggert@macvaerk.dtu.dk>
List: tech-pkg
Date: 12/29/2003 23:43:21
Hi all,
The USE_SASL variable is very general. If one puts
USE_SASL=YES
into mk.conf all packages will be built with sasl. Wouldn't it be better to
use
LDAP_USE_SASL=NO
POSTFIX_USE_SASL=YES
etc. ?
This would give much more flexibility.
I'm in a situation where I want to build databases/openldap without SASL,
but want to build mail/postfix _with_ SASL. If I do a
make update
somewhere things may break. Or am I missing something?
/Daniel