openldap: add findutils build dep (#42159)
This commit is contained in:
		| @@ -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") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sam Grayson
					Sam Grayson