openldap: add findutils build dep (#42159)

This commit is contained in:
Sam Grayson 2024-01-29 08:06:57 -06:00 committed by GitHub
parent 80e36d47c2
commit 6dfc2e7075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")