aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-05-19 17:00:32 +0800
committermadpilot <madpilot@FreeBSD.org>2013-05-19 17:00:32 +0800
commit2955c3e7a51a77d7b99d5306c6671c0d1c6a18ae (patch)
tree7148d48290ec599bcb7c16a9d81b3e1f3667705e /www
parent436cdc5f4fe5a9c6d33cf7b5a024914c0eedd5c7 (diff)
downloadfreebsd-ports-gnome-2955c3e7a51a77d7b99d5306c6671c0d1c6a18ae.tar.gz
freebsd-ports-gnome-2955c3e7a51a77d7b99d5306c6671c0d1c6a18ae.tar.zst
freebsd-ports-gnome-2955c3e7a51a77d7b99d5306c6671c0d1c6a18ae.zip
When LDAP options is turned on make sure configure script can find
ldap libraries Reported by: Giuseppe Robbiati
Diffstat (limited to 'www')
-rw-r--r--www/squidguard/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile
index aba07430493d..cca5e0871cbf 100644
--- a/www/squidguard/Makefile
+++ b/www/squidguard/Makefile
@@ -71,6 +71,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid33
.if ${PORT_OPTIONS:MLDAP}
CONFIGURE_ARGS+= --with-ldap
+LDFLAGS+= -L${LOCALBASE}/lib
USE_OPENLDAP= yes
.else
CONFIGURE_ARGS+= --without-ldap