From squid-3.5.3 Changelog:
- Bug 4204: ./configure does not abort when required helpers cannot be
  built

And while trying to build eDirectory::
[...]
configure: error: Digest auth helper eDirectory ... found but cannot be
built

The following patch seems to work for me:

--- a/helpers/digest_auth/eDirectory/required.m4
+++ b/helpers/digest_auth/eDirectory/required.m4
@@ -5,4 +5,4 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="LDAP"])
+AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="eDirectory"])
--- a/helpers/digest_auth/eDirectory/Makefile.am
+++ b/helpers/digest_auth/eDirectory/Makefile.am
@@ -23,6 +23,7 @@ digest_edirectory_auth_LDADD = \
        $(COMPAT_LIB) \
        $(LDAPLIB) \
        $(LBERLIB) \
+       $(NETTLELIB) \
        $(CRYPTLIB) \
        $(SSLLIB) \
        $(XTRA_LIBS)

-- 
Eray
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to