svn commit: r397675 - head/net/freeradius3

Ryan Steinmetz zi at FreeBSD.org
Thu Sep 24 03:50:06 UTC 2015


Author: zi
Date: Thu Sep 24 03:50:05 2015
New Revision: 397675
URL: https://svnweb.freebsd.org/changeset/ports/397675

Log:
  - Resolve build failure in certain cases when LDAP support is enabled
  
  PR:		201957
  Reported by:	Emmanuel Vadot <manu at bidouilliste.com>

Modified:
  head/net/freeradius3/Makefile

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Thu Sep 24 02:56:06 2015	(r397674)
+++ head/net/freeradius3/Makefile	Thu Sep 24 03:50:05 2015	(r397675)
@@ -115,6 +115,7 @@ CONFIGURE_ARGS+=--without-edir
 
 .if ${PORT_OPTIONS:MLDAP}
 USE_OPENLDAP=	YES
+LIB_DEPENDS+=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
 CONFIGURE_ARGS+=--with-rlm_ldap
 PLIST_SUB+=	LDAP=""
 _REQUIRE+=	slapd


More information about the svn-ports-head mailing list