mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-nds/openldap: Add dependency on virtual/libcrypt.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
7ed175073e
commit
e5ffcf1998
@@ -62,6 +62,7 @@ COMMON_DEPEND="
|
||||
dev-libs/libltdl
|
||||
sys-libs/e2fsprogs-libs
|
||||
>=dev-db/lmdb-0.9.18:=
|
||||
crypt? ( virtual/libcrypt:= )
|
||||
tcpd? ( sys-apps/tcp-wrappers )
|
||||
odbc? ( !iodbc? ( dev-db/unixODBC )
|
||||
iodbc? ( dev-db/libiodbc ) )
|
||||
@@ -93,14 +94,13 @@ RDEPEND="${COMMON_DEPEND}
|
||||
|
||||
# The user/group are only used for running daemons which are
|
||||
# disabled in minimal builds, so elide the accounts too.
|
||||
# for tracking versions
|
||||
|
||||
BDEPEND="!minimal? (
|
||||
acct-group/ldap
|
||||
acct-user/ldap
|
||||
)
|
||||
"
|
||||
|
||||
# for tracking versions
|
||||
OPENLDAP_VERSIONTAG=".version-tag"
|
||||
OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data"
|
||||
|
||||
@@ -822,13 +822,13 @@ multilib_src_install() {
|
||||
#newdoc acl/README*
|
||||
newdoc addpartial/README addpartial-README
|
||||
newdoc allop/README allop-README
|
||||
newdoc allowed/README allowed-README
|
||||
newdoc allowed/README allowed-README
|
||||
newdoc autogroup/README autogroup-README
|
||||
newdoc dsaschema/README dsaschema-README
|
||||
newdoc passwd/README passwd-README
|
||||
cd "${S}/contrib/slapi-plugins" || die
|
||||
insinto /usr/$(get_libdir)/openldap/openldap
|
||||
doins */*.so
|
||||
doins */*.so
|
||||
docinto contrib
|
||||
newdoc addrdnvalues/README addrdnvalues-README
|
||||
|
||||
Reference in New Issue
Block a user