Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 09:00:32 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318501 - head/www/squidguard
Message-ID:  <201305190900.r4J90W80081062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305190900.r4J90W80081062>