openldap: add findutils build dep (#42159)
This commit is contained in:
parent
80e36d47c2
commit
6dfc2e7075
@ -61,6 +61,8 @@ class Openldap(AutotoolsPackage):
|
||||
depends_on("groff", type="build")
|
||||
depends_on("pkgconfig", type="build")
|
||||
depends_on("wiredtiger", when="@2.6.0:")
|
||||
depends_on("findutils", type="build")
|
||||
# see https://github.com/openldap/openldap/blob/OPENLDAP_REL_ENG_2_4_48/libraries/liblunicode/Makefile.in
|
||||
|
||||
# Ref: https://www.linuxfromscratch.org/blfs/view/svn/server/openldap.html
|
||||
@when("+client_only")
|
||||
|
Loading…
Reference in New Issue
Block a user