diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-05-19 17:00:32 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-05-19 17:00:32 +0800 |
commit | 2955c3e7a51a77d7b99d5306c6671c0d1c6a18ae (patch) | |
tree | 7148d48290ec599bcb7c16a9d81b3e1f3667705e /www | |
parent | 436cdc5f4fe5a9c6d33cf7b5a024914c0eedd5c7 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |