CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/06/18 15:36:11
Modified files:
databases/openldap: Makefile
Added files:
databases/openldap/patches: patch-configure_in
patch-libraries_liblutil_uuid_c
Log message:
OpenLDAP nearly has support for the DCE 1.1 RPC UUID functions that we
have in libc but not quite - it looks for a uuid_to_str with same api
as uuid_to_string(3) (unsure where this would come from, searches don't
reveal any other software using it).
Patch to allow it to use the libc functions instead of Linux libuuid
(which in our case comes from the e2fstools package).