svn commit: r548888 - head/net/isc-dhcp44-server

Ryan Steinmetz zi at FreeBSD.org
Fri Sep 18 13:32:27 UTC 2020


Author: zi
Date: Fri Sep 18 13:32:26 2020
New Revision: 548888
URL: https://svnweb.freebsd.org/changeset/ports/548888

Log:
  - Ensure LDAP option implies IPV6 option to resolve build failure
  
  PR:		249405
  Reported by:	sciram at yandex.ru

Modified:
  head/net/isc-dhcp44-server/Makefile

Modified: head/net/isc-dhcp44-server/Makefile
==============================================================================
--- head/net/isc-dhcp44-server/Makefile	Fri Sep 18 12:49:37 2020	(r548887)
+++ head/net/isc-dhcp44-server/Makefile	Fri Sep 18 13:32:26 2020	(r548888)
@@ -94,6 +94,7 @@ LDAP_USE=			OPENLDAP
 LDAP_USES=			shebangfix
 LDAP_SSL_USES=			ssl
 LDAP_SSL_VARS=			LIBS+=-lssl
+LDAP_IMPLIES=			IPV6
 IPV6_CONFIGURE_ENABLE=		dhcpv6
 DHCP4O6_CONFIGURE_ENABLE=	dhcpv4o6
 BIND_SYMBOLS_USES=		perl5


More information about the svn-ports-all mailing list