Quanah Gibson-Mount wrote: > --On Friday, June 21, 2019 3:56 PM -0700 Quanah Gibson-Mount > <qua...@symas.com> wrote: > >> --On Friday, June 21, 2019 7:19 AM -0700 Quanah Gibson-Mount >> <qua...@symas.com> wrote: >> >>> This is expected to be the final testing call for 2.4.48, with an >>> anticipated release, depending on feedback, during the week of >>> 2019/06/24. >> >> ITS#7585 needs a further fix for FreeBSD12, working on it. > > Proposed patch, not sure if it should come before or after the #ifdef > HAVE_CYRUS_SASL:
Might as well put it after, but it makes very little difference. > > diff --git a/libraries/libldap/cyrus.c b/libraries/libldap/cyrus.c > index f292527de..4d90120e6 100644 > --- a/libraries/libldap/cyrus.c > +++ b/libraries/libldap/cyrus.c > @@ -29,6 +29,10 @@ > #include <limits.h> > #endif > > +#if !defined(HOST_NAME_MAX) && defined(_POSIX_HOST_NAME_MAX) > +#define HOST_NAME_MAX _POSIX_HOST_NAME_MAX > +#endif > + > #include "ldap-int.h" > > #ifdef HAVE_CYRUS_SASL > > > > --Quanah > > > > -- > > Quanah Gibson-Mount > Product Architect > Symas Corporation > Packaged, certified, and supported LDAP solutions powered by OpenLDAP: > <http://www.symas.com> > > > -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/