dovecot-2.0: configure: Added -llber to ldap libs. Fixes linking...
dovecot at dovecot.org
dovecot at dovecot.org
Wed Dec 9 22:08:32 EET 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/7456f5768184
changeset: 10437:7456f5768184
user: Timo Sirainen <tss at iki.fi>
date: Wed Dec 09 15:08:05 2009 -0500
description:
configure: Added -llber to ldap libs. Fixes linking in some systems.
Patch by Marco Nenciarini.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
configure.in | 2 +-
diffs (12 lines):
diff -r 3d13ea0c687f -r 7456f5768184 configure.in
--- a/configure.in Wed Dec 09 14:13:53 2009 -0500
+++ b/configure.in Wed Dec 09 15:08:05 2009 -0500
@@ -1945,7 +1945,7 @@ if test $want_ldap != no; then
AC_CHECK_LIB(ldap, ldap_start_tls_s, [
AC_DEFINE(LDAP_HAVE_START_TLS_S,, Define if you have ldap_start_tls_s)
])
- LDAP_LIBS=-lldap
+ LDAP_LIBS="-lldap -llber"
AC_SUBST(LDAP_LIBS)
if test $want_ldap != plugin; then
AUTH_LIBS="$AUTH_LIBS $LDAP_LIBS"
More information about the dovecot-cvs
mailing list