svn commit: r318501 - head/www/squidguard

Guido Falsi madpilot at FreeBSD.org
Sun May 19 09:00:32 UTC 2013


Author: madpilot
Date: Sun May 19 09:00:32 2013
New Revision: 318501
URL: http://svnweb.freebsd.org/changeset/ports/318501

Log:
  When LDAP options is turned on make sure configure script can find
  ldap libraries
  
  Reported by:    Giuseppe Robbiati

Modified:
  head/www/squidguard/Makefile

Modified: head/www/squidguard/Makefile
==============================================================================
--- head/www/squidguard/Makefile	Sun May 19 08:58:53 2013	(r318500)
+++ head/www/squidguard/Makefile	Sun May 19 09:00:32 2013	(r318501)
@@ -71,6 +71,7 @@ RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${P
 
 .if ${PORT_OPTIONS:MLDAP}
 CONFIGURE_ARGS+=	--with-ldap
+LDFLAGS+=		-L${LOCALBASE}/lib
 USE_OPENLDAP=		yes
 .else
 CONFIGURE_ARGS+=	--without-ldap


More information about the svn-ports-all mailing list